From 8d6162cd7f7ee2b3c8a07c655c074de3ef830f83 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Fri, 6 Jan 2023 17:53:03 +0100 Subject: [PATCH] fix: small error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ea4b11..a70cc9b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ API ### HyperLogLog.hash(string) In order to count items, they must first be hashed. The `hash()` function provides a suitable hash. -Its output is an array of four 32 bit postive integers, which, taken together constitute the complete +Its output is an array of four 32 bit positive integers, which, taken together constitute the complete hash of the input string. Currently the implementation is MurmurHash3-128. ### HyperLogLog(n)