Skip to content

Commit 48fabd7

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

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
@@ -187,7 +187,7 @@ Computes the sum of single-precision floating-point strided array elements, igno
187187
const float x[] = { 1.0f, -2.0f, 0.0f/0.0f, 2.0f };
188188

189189
float v = stdlib_strided_sdsnansumpw( 4, x, 1 );
190-
// returns 1.0
190+
// returns 1.0f
191191
```
192192
193193
The function accepts the following arguments:

0 commit comments

Comments
 (0)