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 Jan 14, 2024
1 parent f7cea56 commit f1cf3f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion base/every-by/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.

# everyBy

> Test whether all elements in a collection pass a test implemented by a predicate function.
> Test whether all elements in an array pass a test implemented by a predicate function.
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->

Expand Down
2 changes: 1 addition & 1 deletion base/every/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.

# every

> Test whether all elements in a collection are truthy.
> Test whether all elements in an array are truthy.
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->

Expand Down
2 changes: 1 addition & 1 deletion base/every/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function internal( x ) {
}

/**
* Tests whether all elements in a complex number array.
* Tests whether all elements in a complex number array are truthy.
*
* @private
* @param {Collection} x - underlying data buffer
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit f1cf3f1

Please sign in to comment.