diff options
author | Stephen Mathieson <me@stephenmathieson.com> | 2014-05-05 10:41:55 -0400 |
---|---|---|
committer | Stephen Mathieson <me@stephenmathieson.com> | 2014-05-05 10:41:55 -0400 |
commit | b0b051f7cdfa9930a42cd273bac95310591f0002 (patch) | |
tree | 497af7f5da1a50d3dede4b52e5c6cac3ac4baa47 | |
parent | 404fcbe88727c94236dac5cfb2a3191b6ba5f397 (diff) |
README: formatting fix
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ uint32_t murmurhash (const char *key, uint32_t len, uint32_t seed); ``` -Returns a murmur hash of `key' based on `seed' using the MurmurHash3 algorithm. +Returns a murmur hash of `key` based on `seed` using the MurmurHash3 algorithm. ## license |