Skip to content

Commit 657fd9d

Browse files
authored
docs: apply review suggestion
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 48fabd7 commit 657fd9d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Computes the sum of single-precision floating-point strided array elements, igno
208208
const float x[] = { 1.0f, -2.0f, 0.0f/0.0f, 2.0f };
209209

210210
float v = stdlib_strided_sdsnansumpw_ndarray( 4, x, 1, 0 );
211-
// returns 1.0
211+
// returns 1.0f
212212
```
213213
214214
The function accepts the following arguments:

0 commit comments

Comments
 (0)