Skip to content

Commit 0f0860e

Browse files
committed
Auto-generated commit
1 parent 2f0045e commit 0f0860e

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,6 +1094,7 @@ A total of 12 people contributed to this release. Thank you to the following con
10941094

10951095
<details>
10961096

1097+
- [`d9f8189`](https://github.com/stdlib-js/stdlib/commit/d9f8189f537a107f8247d2071bac26926ad60ca2) - **chore:** fix indentation _(by Philipp Burckhardt)_
10971098
- [`e661213`](https://github.com/stdlib-js/stdlib/commit/e66121352ef767cdb87d19e938b1eccf7970fa3a) - **feat:** update namespace TypeScript declarations [(#4706)](https://github.com/stdlib-js/stdlib/pull/4706) _(by stdlib-bot)_
10981099
- [`cff470f`](https://github.com/stdlib-js/stdlib/commit/cff470f9608165100c8c122fce70c40b1af864ec) - **docs:** update namespace table of contents (#4708) _(by stdlib-bot, Planeshifter)_
10991100
- [`d11aaf3`](https://github.com/stdlib-js/stdlib/commit/d11aaf3e4ea651384185655584eea9c5b8ca9ae2) - **feat:** add `isSortedAscending` to namespace _(by Athan Reines)_

base/cuevery-by/lib/assign.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ function accessors( x, out, stride, offset, predicate, thisArg ) {
146146
*
147147
* @example
148148
* function isPositive( value ) {
149-
* return ( value > 0 );
149+
* return ( value > 0 );
150150
* }
151151
*
152152
* var x = [ 1, 1, 1, 0, 1 ];

base/cunone-by-right/lib/assign.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function accessors( x, out, stride, offset, predicate, thisArg ) {
136136
*
137137
* @example
138138
* function fcn( value ) {
139-
* return ( value > 0 );
139+
* return ( value > 0 );
140140
* }
141141
*
142142
* var x = [ 1, 1, 0, 0 ];

base/cusome-by-right/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* var cusomeByRight = require( '@stdlib/array/base/cusome-by-right' );
4040
*
4141
* function fcn( value ) {
42-
* return ( value > 0 );
42+
* return ( value > 0 );
4343
* }
4444
*
4545
* var x = [ 1, 1, 0, 0, 0 ];

0 commit comments

Comments
 (0)