Skip to content

Commit ba908b5

Browse files
committed
fix outdated code comment
1 parent 1ba43eb commit ba908b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Bucketing/Type.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
interface Type
88
{
99
/**
10-
* A hash that maps the given string to a number between 0 and 100
10+
* A hash that maps the given string to a number between 0 and 99
1111
* unless we are bucketing completely at random
1212
*/
1313
public function strToIntHash(string $idToHash): int;

0 commit comments

Comments
 (0)