diff options
| author | Nick Chambers <DTSCode@gmail.com> | 2014-12-19 15:20:02 -0800 |
|---|---|---|
| committer | Nick Chambers <DTSCode@gmail.com> | 2014-12-19 15:20:02 -0800 |
| commit | d85b77960bcec4a1b672c0ea0d65fc7e559cdf9d (patch) | |
| tree | 7704dae3f99c580abadf1223b25a4c8c395111b8 | |
| parent | 0eefe9ab3eb054a6ec20ee6eec2db0abea519540 (diff) | |
| download | packages-d85b77960bcec4a1b672c0ea0d65fc7e559cdf9d.tar.gz packages-d85b77960bcec4a1b672c0ea0d65fc7e559cdf9d.zip | |
Corrected proper grammar
Line 47 is pur and looks like it was meant to be pure.
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 0a633a5..a852a65 100644 --- a/packages.json +++ b/packages.json @@ -44,7 +44,7 @@ "url": "git://github.com/olahol/nimrod-murmur/", "method": "git", "tags": ["hash", "murmur"], - "description": "MurmurHash in pur Nimrod.", + "description": "MurmurHash in pure Nimrod.", "license": "MIT", "web": "https://github.com/olahol/nimrod-murmur" }, |
