Skip to content

Commit eebb2ef

Browse files
authored
docs: apply review suggestion
Signed-off-by: Muhammad Haris <[email protected]>
1 parent b6474a0 commit eebb2ef

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/dssumors

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/dssumors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ int main( void ) {
248248
const int strideX = 2;
249249

250250
// Compute the sum:
251-
double v = stdlib_strided_dsnansumors( N, x, strideX );
251+
double v = stdlib_strided_dssumors( N, x, strideX );
252252

253253
// Print the result:
254254
printf( "sum: %lf\n", v );

0 commit comments

Comments
 (0)