Skip to content

Commit 8002553

Browse files
committed
Auto-generated commit
1 parent e72597f commit 8002553

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@
128128

129129
### Closed Issues
130130

131-
A total of 2 issues were closed in this release:
131+
A total of 3 issues were closed in this release:
132132

133-
[#6004](https://github.com/stdlib-js/stdlib/issues/6004), [#6800](https://github.com/stdlib-js/stdlib/issues/6800)
133+
[#6004](https://github.com/stdlib-js/stdlib/issues/6004), [#6786](https://github.com/stdlib-js/stdlib/issues/6786), [#6800](https://github.com/stdlib-js/stdlib/issues/6800)
134134

135135
</section>
136136

@@ -142,6 +142,7 @@ A total of 2 issues were closed in this release:
142142

143143
<details>
144144

145+
- [`b904782`](https://github.com/stdlib-js/stdlib/commit/b90478256da0e1c56a9c30788996ff2f5e085f8e) - **chore:** fix JavaScript lint errors [(#6900)](https://github.com/stdlib-js/stdlib/pull/6900) _(by zhanggy)_
145146
- [`66d1218`](https://github.com/stdlib-js/stdlib/commit/66d12182461dcd60d7168c47e4697f4d3421302f) - **chore:** fix JavaScript lint errors [(#6899)](https://github.com/stdlib-js/stdlib/pull/6899) _(by zhanggy)_
146147
- [`805f439`](https://github.com/stdlib-js/stdlib/commit/805f439579204a004b3ff7cb040d5dca166c3205) - **chore:** minor clean-up _(by Philipp Burckhardt)_
147148
- [`ed9a036`](https://github.com/stdlib-js/stdlib/commit/ed9a036b50dd520e8090f047928e6e45611d0b46) - **docs:** fix typo _(by Philipp Burckhardt)_

unshift/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
* @module @stdlib/utils/unshift
2525
*
2626
* @example
27-
* var unshift = require( '@stdlib/utils/unshift' );
2827
* var Float64Array = require( '@stdlib/array/float64' );
28+
* var unshift = require( '@stdlib/utils/unshift' );
2929
*
3030
* var arr = [ 1.0, 2.0, 3.0, 4.0, 5.0 ];
3131
*

0 commit comments

Comments
 (0)