mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-26 02:38:52 +00:00
Merge pull request #3941 from walfie/patch-1
[nix/en] Fix typo in nix documentation
This commit is contained in:
commit
e465183dc9
@ -279,7 +279,7 @@ with builtins; [
|
|||||||
#=> 7
|
#=> 7
|
||||||
|
|
||||||
# This first line of tutorial starts with "with builtins;"
|
# 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
|
# functions (length, head, tail, filter, etc.). This saves
|
||||||
# us from having to write, for example, "builtins.length"
|
# us from having to write, for example, "builtins.length"
|
||||||
# instead of just "length".
|
# instead of just "length".
|
||||||
|
Loading…
Reference in New Issue
Block a user