Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Oct 26, 2024
1 parent aa01380 commit df9e8c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="release" id="unreleased">

## Unreleased (2024-10-25)
## Unreleased (2024-10-26)

<section class="features">

Expand All @@ -22,6 +22,7 @@

<details>

- [`bef1dbe`](https://github.com/stdlib-js/stdlib/commit/bef1dbefc05949b1d6db5f2f9a2b173957aa7d38) - **docs:** fix comments _(by Athan Reines)_
- [`d50be97`](https://github.com/stdlib-js/stdlib/commit/d50be9724c245443e7227165659dac0868d9dbd8) - **docs:** fix notes _(by Athan Reines)_
- [`b99598a`](https://github.com/stdlib-js/stdlib/commit/b99598a0257aff9d3c62a186323d1cc0dab7a04b) - **docs:** fix comment _(by Athan Reines)_
- [`3de76a0`](https://github.com/stdlib-js/stdlib/commit/3de76a0863ce62bb51e324907a417370780c91bf) - **docs:** fix comments _(by Athan Reines)_
Expand Down
4 changes: 2 additions & 2 deletions docs/repl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
> var mod = new {{alias}}.Module( mem );
> mod.initializeSync();

// Define "pointer" (i.e., byte offsets) into module memory:
// Define a "pointer" (i.e., byte offset) into module memory:
> var xptr = 0;

// Write data to module memory:
Expand Down Expand Up @@ -481,7 +481,7 @@
> var mod = new {{alias}}.Module( mem );
> mod.initializeSync();

// Define "pointer" (i.e., byte offsets) into module memory:
// Define a "pointer" (i.e., byte offset) into module memory:
> var xptr = 0;

// Write data to module memory:
Expand Down

0 comments on commit df9e8c1

Please sign in to comment.