Skip to content

Commit 15344d6

Browse files
authored
Update docs/ref/xrank.md
1 parent 0cf1f0a commit 15344d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/xrank.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Where
2222

2323
returns for each item in `y` the bucket into which it falls, represented as a long from 0 to `x-1`.
2424

25-
If the total number of items is evenly divisible by `x`, then each bucket will have the same number of items; otherwise some bucket sizes will differ by 1 dispersed through the result.
25+
If the total number of items is evenly divisible by `x`, then each bucket will have the same number of items; otherwise some bucket sizes will differ by 1 dispersed throughout the result.
2626

2727
`xrank` is right-uniform.
2828

0 commit comments

Comments
 (0)