Skip to content

Commit

Permalink
docs: update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Oct 2, 2024
1 parent 67bf388 commit 2a622ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/blas/base/dswap-wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The function has the following parameters:
- **y**: input [`Float64Array`][@stdlib/array/float64].
- **strideY**: index increment for `y`.

The `N` and stride parameters determine which elements in the strided arrays are accessed at runtime. For example, to copy every other element from `x` into `y` in reverse order,
The `N` and stride parameters determine which elements in the strided arrays are accessed at runtime. For example, to swap every other element from `x` with elements `y` in reverse order,

```javascript
var Float64Array = require( '@stdlib/array/float64' );
Expand Down

0 comments on commit 2a622ff

Please sign in to comment.