diff options
author | Max Schumacher <maximilianbschumacher@gmail.com> | 2020-07-07 15:30:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-07 15:30:42 +0200 |
commit | e465183dc9c8b760f59cec5e4ed8e2b266a3ab62 (patch) | |
tree | 9bb9ab0b74baf4e465f52045264b3075072bdb04 | |
parent | 7deddde5a0dc6a0fb4e1127ecd3e3ac9a64f0b53 (diff) | |
parent | 97aece4d68f286f8c3bda8cc3787f8cc90e537f8 (diff) |
Merge pull request #3941 from walfie/patch-1
[nix/en] Fix typo in nix documentation
-rw-r--r-- | nix.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix.html.markdown b/nix.html.markdown index 5941f0e6..dde5dbec 100644 --- a/nix.html.markdown +++ b/nix.html.markdown @@ -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". |