Skip to content

Commit 011bc57

Browse files
committed
Auto-generated commit
1 parent dadf61a commit 011bc57

File tree

44 files changed

+52
-51
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+52
-51
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion

base/any-by/README.md

Lines changed: 1 addition & 1 deletion

base/any-by/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Tests whether at least one element in an ndarray passes a test implemented
44
by a predicate function.
55

6-
A provided "ndarray" should be an `object` with the following properties:
6+
A provided "ndarray" should be an object with the following properties:
77

88
- dtype: data type.
99
- data: data buffer.

base/any-by/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ var MAX_DIMS = ANY.length - 1;
127127
*
128128
* ## Notes
129129
*
130-
* - A provided ndarray should be an `object` with the following properties:
130+
* - A provided ndarray should be an object with the following properties:
131131
*
132132
* - **dtype**: data type.
133133
* - **data**: data buffer.

base/any/README.md

Lines changed: 1 addition & 1 deletion

base/any/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{alias}}( arrays )
33
Tests whether at least one element in an ndarray is truthy.
44

5-
A provided "ndarray" should be an `object` with the following properties:
5+
A provided "ndarray" should be an object with the following properties:
66

77
- dtype: data type.
88
- data: data buffer.

base/any/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ var MAX_DIMS = ANY.length - 1;
177177
*
178178
* ## Notes
179179
*
180-
* - A provided ndarray should be an `object` with the following properties:
180+
* - A provided ndarray should be an object with the following properties:
181181
*
182182
* - **dtype**: data type.
183183
* - **data**: data buffer.

base/assign/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function complex2real( x ) {
195195
*
196196
* ## Notes
197197
*
198-
* - Each provided ndarray should be an `object` with the following properties:
198+
* - Each provided ndarray should be an object with the following properties:
199199
*
200200
* - **dtype**: data type.
201201
* - **data**: data buffer.

base/binary/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ function hasAccessors( x, y, z ) {
146146
*
147147
* ## Notes
148148
*
149-
* - Each provided ndarray should be an `object` with the following properties:
149+
* - Each provided ndarray should be an object with the following properties:
150150
*
151151
* - **dtype**: data type.
152152
* - **data**: data buffer.

base/count-falsy/README.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)