Skip to content

Commit 2f8447b

Browse files
headlessNodekgryte
andauthored
fix: apply suggestions from code review
Co-authored-by: Athan <[email protected]> Signed-off-by: Muhammad Haris <[email protected]>
1 parent cf1a159 commit 2f8447b

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/index-of/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/index-of/lib/assign.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function assign( x, searchElement, fromIndex, out, options ) {
108108

109109
nargs = arguments.length;
110110
if ( nargs < 3 ) {
111-
throw new TypeError( format( 'invalid argument. The function must be provided at least two arguments. Value: `%s`.', nargs ) );
111+
throw new TypeError( format( 'invalid argument. The function must be provided at least three arguments. Value: `%s`.', nargs ) );
112112
}
113113

114114
if ( !isndarrayLike( x ) ) {

0 commit comments

Comments
 (0)