Skip to content

Commit

Permalink
fix outdated code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloJoan committed Dec 3, 2023
1 parent 1ba43eb commit ba908b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bucketing/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ba908b5

Please sign in to comment.