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 Jul 7, 2024
1 parent 0e60434 commit 7039155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ A total of 3 people contributed to this release. Thank you to the following cont

<details>

- [`1f39c86`](https://github.com/stdlib-js/stdlib/commit/1f39c864924bf3d3cf4b5d8d39010e634416b66d) - **docs:** fix example _(by Athan Reines)_
- [`4708d70`](https://github.com/stdlib-js/stdlib/commit/4708d704db87214af36a82e77072e3aade8c29fd) - **docs:** update namespace table of contents [(#2532)](2532) _(by stdlib-bot, Philipp Burckhardt)_
- [`7b973eb`](https://github.com/stdlib-js/stdlib/commit/7b973eb5ce98a21ce6cb62021f9cb3090d7d5524) - **refactor:** reduce code duplication _(by Athan Reines)_
- [`aeb7b51`](https://github.com/stdlib-js/stdlib/commit/aeb7b514c9b48c1ddbfb84dfd269b65838ec38c8) - **refactor:** reduce code duplication _(by Athan Reines)_
Expand Down
4 changes: 2 additions & 2 deletions base/stride2offset/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
* @example
* var stride2offset = require( '@stdlib/strided/base/stride2offset' );
*
* var offset = stride2offset( 10, -10 );
* // returns 90
* var offset = stride2offset( N, -10 );
* // returns 99
*/

// MODULES //
Expand Down

0 comments on commit 7039155

Please sign in to comment.