Fix typo in nix documentation

This commit is contained in:
walfie 2020-05-29 20:55:46 -04:00 committed by GitHub
parent 54c34420f8
commit 97aece4d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -279,7 +279,7 @@ with builtins; [
#=> 7
# This first line of tutorial starts with "with builtins;"
# because builtins is a set the contains all of the built-in
# because builtins is a set that contains all of the built-in
# functions (length, head, tail, filter, etc.). This saves
# us from having to write, for example, "builtins.length"
# instead of just "length".