Skip to content

Commit 32ebdf3

Browse files
committed
docs: fix typo in blas/ext/base/sdiff README example description
Propagates fix from 11fe978 ("chore: minor clean-up") to the sdiff sibling: corrects "to differences of every other element" → "to compute differences of every other element" to match the ddiff phrasing.
1 parent 78898df commit 32ebdf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/ext/base/sdiff

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The function has the following parameters:
6868
- **workspace**: workspace [`Float32Array`][@stdlib/array/float32]. Must have `N + N1 + N2 - 1` elements.
6969
- **strideW**: stride length for `workspace`.
7070

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

7373
```javascript
7474
var Float32Array = require( '@stdlib/array/float32' );

0 commit comments

Comments
 (0)