From ba908b50b7ab84fc2edb568d455f8d3d9a75dad3 Mon Sep 17 00:00:00 2001 From: PabloJoan Date: Sat, 2 Dec 2023 21:42:53 -0500 Subject: [PATCH] fix outdated code comment --- src/Bucketing/Type.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bucketing/Type.php b/src/Bucketing/Type.php index 9c92d4a..53c7ece 100644 --- a/src/Bucketing/Type.php +++ b/src/Bucketing/Type.php @@ -7,7 +7,7 @@ interface Type { /** - * A hash that maps the given string to a number between 0 and 100 + * A hash that maps the given string to a number between 0 and 99 * unless we are bucketing completely at random */ public function strToIntHash(string $idToHash): int;