Skip to content

Commit 1cd5988

Browse files
committed
docs: fix copy
1 parent 254fa9e commit 1cd5988

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/blas/base/daxpy-wasm/docs

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/blas/base/daxpy-wasm/docs/repl.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,9 @@
284284
Reallocates the underlying WebAssembly memory instance to a specified number
285285
of bytes.
286286

287-
WebAssembly memory can only **grow**, not shrink. Hence, if provided a
288-
number of bytes which is less than or equal to the size of the current
289-
memory, the function does nothing.
287+
WebAssembly memory can only *grow*, not shrink. Hence, if provided a number
288+
of bytes which is less than or equal to the size of the current memory, the
289+
function does nothing.
290290

291291
When non-shared memory is resized, the underlying the `ArrayBuffer` is
292292
detached, consequently invalidating any associated typed array views. Before

0 commit comments

Comments
 (0)