Skip to content

Commit 569dbfe

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent 25e0e5f commit 569dbfe

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The function has the following parameters:
5050
- **x**: input [`Float32Array`][@stdlib/array/float32].
5151
- **stride**: index increment.
5252

53-
The `N` and `stride` parameters determine which elements in the strided array are accessed at runtime. For example, to add a constant to every other element
53+
The `N` and stride parameters determine which elements in the strided array are accessed at runtime. For example, to add a constant to every other element
5454

5555
```javascript
5656
var Float32Array = require( '@stdlib/array/float32' );

0 commit comments

Comments
 (0)