Skip to content

Commit bc6ca71

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

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
@@ -55,7 +55,7 @@ The function has the following parameters:
5555
- **x**: input [`Float64Array`][@stdlib/array/float64].
5656
- **strideX**: stride length for `x`.
5757

58-
The `N` and stride parameters determine which elements in the strided array are accessed at runtime. For example, to compute the sum of every other element in the strided array,
58+
The `N` and stride parameters determine which elements in the strided array are accessed at runtime. For example, to compute the sum of every other element:
5959

6060
```javascript
6161
var Float64Array = require( '@stdlib/array/float64' );

0 commit comments

Comments
 (0)