Skip to content

Commit 37b3da2

Browse files
committed
Auto-generated commit
1 parent 3388b35 commit 37b3da2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,7 @@ A total of 25 issues were closed in this release:
545545

546546
<details>
547547

548+
- [`5388bba`](https://github.com/stdlib-js/stdlib/commit/5388bba36044d2de93dacb0134c6e5539b02928c) - **chore:** minor clean-up _(by Philipp Burckhardt)_
548549
- [`2e9d1b7`](https://github.com/stdlib-js/stdlib/commit/2e9d1b7a10a3058d75cfe6ea5470beacea086a63) - **feat:** add `sswap` to namespace _(by Athan Reines)_
549550
- [`efbe0fa`](https://github.com/stdlib-js/stdlib/commit/efbe0fade8b7c664b085fd683e9d7e76147e16e3) - **feat:** add `sdsdot` to namespace _(by Athan Reines)_
550551
- [`091b506`](https://github.com/stdlib-js/stdlib/commit/091b506bbff10a11cebaf052692aff11cd50ca62) - **feat:** add `scnrm2` to namespace _(by Athan Reines)_

base/wasm/dnrm2/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164

165165

166166
{{alias}}.Module.prototype.view
167-
Read-only property which returns a WebAsssembly memory buffer as a DataView.
167+
Read-only property which returns a WebAssembly memory buffer as a DataView.
168168

169169
Returns
170170
-------

base/wasm/dnrm2/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ interface ModuleConstructor {
9696
* // Specify a vector length:
9797
* var N = 5;
9898
*
99-
* // Define pointer (i.e., byte offsets) for storing two vectors:
99+
* // Define pointer (i.e., byte offsets) for storing vector:
100100
* var xptr = 0;
101101
*
102102
* // Write vector values to module memory:

0 commit comments

Comments
 (0)