Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 18, 2024
1 parent 3fac561 commit c559bca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/take/lib/assign.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function indexed( x, indices, mode, out, stride, offset ) {
*
* @private
* @param {Object} x - input array object
* @param {IntegerArray} indices - index array object
* @param {Object} indices - index array object
* @param {string} mode - index mode
* @param {Object} out - output array object
* @param {integer} stride - output array stride
Expand Down
2 changes: 1 addition & 1 deletion to-fancy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ var idx = array2fancy.idx( x );
// returns <ArrayIndex>
```

For documentation and usage, see [`ArrayIndex`][@stdlib/array/index]
For documentation and usage, see [`ArrayIndex`][@stdlib/array/index].

</section>

Expand Down

0 comments on commit c559bca

Please sign in to comment.