Skip to content

Commit bf0b99b

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/ext/base/glast-index-of-row/lib

lib/node_modules/@stdlib/blas/ext/base/glast-index-of-row/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var ndarray = require( './ndarray.js' );
4646
* @param {Collection} x - search vector
4747
* @param {integer} strideX - stride length for `x`
4848
* @throws {TypeError} first argument must be a valid order
49-
* @throws {RangeError} fifth argument must be greater than or equal to max(1,N)
49+
* @throws {RangeError} fifth argument must be a valid stride
5050
* @returns {integer} row index
5151
*
5252
* @example

0 commit comments

Comments
 (0)