summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStephen Mathieson <me@stephenmathieson.com>2014-05-05 10:41:55 -0400
committerStephen Mathieson <me@stephenmathieson.com>2014-05-05 10:41:55 -0400
commitb0b051f7cdfa9930a42cd273bac95310591f0002 (patch)
tree497af7f5da1a50d3dede4b52e5c6cac3ac4baa47 /README.md
parent404fcbe88727c94236dac5cfb2a3191b6ba5f397 (diff)
README: formatting fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 88abea7..a6ef405 100644
--- a/README.md
+++ b/README.md
@@ -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