Skip to content

Commit e60b9ca

Browse files
committed
Update comment
1 parent fb3c5b3 commit e60b9ca

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/strided/napi/addon-arguments/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/strided/napi/addon-arguments/src/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ napi_status stdlib_strided_napi_addon_arguments( const napi_env env, const napi_
131131
*err = error;
132132
return napi_ok;
133133
}
134-
// Retrieve the number of elements:
134+
// Retrieve the number of indexed elements:
135135
int64_t N;
136136
status = napi_get_value_int64( env, argv[ 0 ], &N );
137137
assert( status == napi_ok );

0 commit comments

Comments
 (0)