Skip to content

Commit e26ca00

Browse files
📚 docs(_fisheryates): Fix typo.
1 parent cd31c76 commit e26ca00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernel/_fisheryates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Sample element from an array using Fisher-Yates method.
2+
* Sample elements from an array using Fisher-Yates method.
33
*
44
* NOTE: The original description of the algorithm by Fisher and Yates [1] had
55
* unnecessary bookkeeping which made the algorithm run in O(n * (j-i)) time.

0 commit comments

Comments
 (0)