Skip to content

Commit

Permalink
docs: fix copy
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Oct 2, 2024
1 parent 2a622ff commit 1992ce4
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 @@ -104,7 +104,7 @@ The function has the following additional parameters:
- **offsetX**: starting index for `x`.
- **offsetY**: starting index for `y`.

While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, the offset parameters support indexing semantics based on starting indices. For example, to swap every other value in `x` starting from the second value into the last `N` elements in `y`,...,
While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, the offset parameters support indexing semantics based on starting indices. For example, to swap every other value in `x` starting from the second value with the last `N` elements in `y`,...,

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

0 comments on commit 1992ce4

Please sign in to comment.