Skip to content

Commit 3317e12

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent d0d67f5 commit 3317e12

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Computes the sum of double-precision floating-point strided array elements using
200200
const double x[] = { 1.0, 2.0, 3.0, 4.0 };
201201

202202
double v = stdlib_strided_dsumkbn_ndarray( 4, x, 1, 0 );
203-
// returns 10s.0
203+
// returns 10.0
204204
```
205205
206206
The function accepts the following arguments:

0 commit comments

Comments
 (0)