Skip to content

Commit 8877c1d

Browse files
update docs and rebuild
1 parent c2c9282 commit 8877c1d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

lib/_next.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/_next.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ import { _transpose } from './_transpose' ;
22
import { _reverse } from './_reverse' ;
33

44
/**
5-
* Updates the input permutation to the next one. Returns true unless the input
6-
* permutation is the last for its elements. In that case, the input permutation
7-
* remains untouched.
5+
* Updates the input permutation to the next one ___in-place___. Returns true
6+
* unless the input permutation is the last for its elements. In that case, the
7+
* input permutation remains untouched.
88
*
9-
* @param {Array} sigma The input permutation.
9+
* @param {Array} sigma The input permutation (modified in-place).
1010
* @param {Number} n The size of the input permutation.
1111
* @returns {Boolean} Whether the input permutation is
12-
* ___NOT___ the last for its elements.
12+
* __NOT__ the last for its elements.
1313
*/
1414
export function _next ( sigma , n ) {
1515

0 commit comments

Comments
 (0)