Skip to content

Commit 0010618

Browse files
committed
docs: fix descriptions
1 parent 86b103d commit 0010618

File tree

1 file changed

+4
-4
lines changed
  • lib/node_modules/@stdlib/blas/base/dswap-wasm/docs

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
Byte offset at which to start writing values.
316316

317317
values: ArrayLikeObject
318-
First input array containing values to write.
318+
Input array containing values to write.
319319

320320
Returns
321321
-------
@@ -340,7 +340,7 @@
340340
Parameters
341341
----------
342342
values: ArrayLikeObject
343-
First input array.
343+
Input array.
344344

345345
Returns
346346
-------
@@ -380,7 +380,7 @@
380380
Byte offset at which to start writing values.
381381

382382
values: ArrayLikeObject
383-
First input array containing values to write.
383+
Input array containing values to write.
384384

385385
Returns
386386
-------
@@ -419,7 +419,7 @@
419419
Byte offset at which to start reading values.
420420

421421
out: ArrayLikeObject
422-
Second input array for storing read values.
422+
Output array for storing read values.
423423

424424
Returns
425425
-------

0 commit comments

Comments
 (0)