Skip to content

Commit de0de26

Browse files
committed
docs: restore missing verb in blas/ext/base/sdiff README
The strided example introduction dropped the verb "compute", producing "to differences of every other element". Match the peer `ddiff` README wording so the sentence is grammatical. Ref: 7c287ff
1 parent fd44542 commit de0de26

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)