Skip to content

Commit a3e7978

Browse files
committed
docs: update markup
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: passed - task: lint_javascript_src status: passed - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent fd9991b commit a3e7978

File tree

43 files changed

+50
-50
lines changed

Some content is hidden

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

43 files changed

+50
-50
lines changed

lib/node_modules/@stdlib/ndarray/base/any-by/README.md

Lines changed: 1 addition & 1 deletion

lib/node_modules/@stdlib/ndarray/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.

lib/node_modules/@stdlib/ndarray/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.

lib/node_modules/@stdlib/ndarray/base/any/README.md

Lines changed: 1 addition & 1 deletion

lib/node_modules/@stdlib/ndarray/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.

lib/node_modules/@stdlib/ndarray/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.

lib/node_modules/@stdlib/ndarray/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.

lib/node_modules/@stdlib/ndarray/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.

lib/node_modules/@stdlib/ndarray/base/count-falsy/README.md

Lines changed: 1 addition & 1 deletion

lib/node_modules/@stdlib/ndarray/base/count-falsy/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
Counts the number of falsy elements in an ndarray.
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.

0 commit comments

Comments
 (0)