Skip to content

Commit 1bc815d

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent f01c7b7 commit 1bc815d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/node_modules/@stdlib/blas/ext/base/dindex-of-column/lib/dindex_of_column.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var ndarray = require( './ndarray.js' );
4949
* @param {Uint8Array} workspace - workspace array for tracking column match candidates
5050
* @param {integer} strideW - stride length for `workspace`
5151
* @throws {TypeError} first argument must be a valid order
52-
* @throws {RangeError} fifth argument must be greater than or equal to max(1,N)
52+
* @throws {RangeError} fifth argument must be a valid stride
5353
* @returns {integer} column index
5454
*
5555
* @example

lib/node_modules/@stdlib/blas/ext/base/dindex-of-column/lib/dindex_of_column.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var addon = require( './../src/addon.node' );
4343
* @param {Uint8Array} workspace - workspace array for tracking column match candidates
4444
* @param {integer} strideW - stride length for `workspace`
4545
* @throws {TypeError} first argument must be a valid order
46-
* @throws {RangeError} fifth argument must be greater than or equal to max(1,N)
46+
* @throws {RangeError} fifth argument must be a valid stride
4747
* @returns {integer} column index
4848
*
4949
* @example

0 commit comments

Comments
 (0)