diff options
author | Matt Audesse <matt@mattaudesse.com> | 2017-03-22 10:11:23 -0400 |
---|---|---|
committer | Matt Audesse <matt@mattaudesse.com> | 2017-03-22 10:11:23 -0400 |
commit | 8edf1071773244095aacd059ebe5b03098d255e3 (patch) | |
tree | c704216017e8ea6cff4c15dcf008426b20085351 /README.md | |
parent | 0a7ca24c26d57d532df614bdfe78b8b5c228e90d (diff) |
Fix minor grammatical nitpick ("it's" vs. "its") in `README.md`.
See: http://data.grammarbook.com/blog/pronouns/1-grammar-error/
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ Nix, the purely functional package manager ------------------------------------------ -Nix is a new take on package management that is fairly unique. Because of it's +Nix is a new take on package management that is fairly unique. Because of its purity aspects, a lot of issues found in traditional package managers don't appear with Nix. |