es-toolkit 1.16.0-dev.462 → 1.16.0-dev.464

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * This function takes an array and a number, and returns an array containing the sampled elements using Floyd's algorithm.
5
5
  *
6
- * {@link https://www.nowherenearithaca.com/2013/05/robert-floyds-tiny-and-beautiful.html Floyd's algoritm}
6
+ * {@link https://www.nowherenearithaca.com/2013/05/robert-floyds-tiny-and-beautiful.html Floyd's algorithm}
7
7
  *
8
8
  * @template T - The type of elements in the array.
9
9
  * @param {T[]} array - The array to sample from.
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * This function takes an array and a number, and returns an array containing the sampled elements using Floyd's algorithm.
5
5
  *
6
- * {@link https://www.nowherenearithaca.com/2013/05/robert-floyds-tiny-and-beautiful.html Floyd's algoritm}
6
+ * {@link https://www.nowherenearithaca.com/2013/05/robert-floyds-tiny-and-beautiful.html Floyd's algorithm}
7
7
  *
8
8
  * @template T - The type of elements in the array.
9
9
  * @param {T[]} array - The array to sample from.