From 1d0ed6fdc8b8c8aba21f41ed5b77245d34341618 Mon Sep 17 00:00:00 2001 From: Peter Zotov Date: Sat, 5 Nov 2011 12:08:42 +0400 Subject: [PATCH] Added missing parentheses in comment. --- murmurhash3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/murmurhash3.js b/murmurhash3.js index cc11a6d..edf898f 100644 --- a/murmurhash3.js +++ b/murmurhash3.js @@ -1,6 +1,6 @@ /* * The MurmurHash3 algorithm was created by Austin Appleby. This JavaScript port was authored - * by Peter Zotov (based on Java port by Yonik Seeley and is placed into the public domain. + * by Peter Zotov (based on Java port by Yonik Seeley) and is placed into the public domain. * The author hereby disclaims copyright to this source code. * * This produces exactly the same hash values as the final C++