Skip to content

Commit d761114

Browse files
committed
docs: update descriptions
--- 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: na - task: lint_package_json status: na - task: lint_repl_help status: na - 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 10b792b commit d761114

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

+43
-43
lines changed

lib/node_modules/@stdlib/ndarray/base/every/lib/0d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// MAIN //
2222

2323
/**
24-
* Tests whether every element is truthy.
24+
* Tests whether every element in an ndarray is truthy.
2525
*
2626
* @private
2727
* @param {Object} x - object containing ndarray meta data

lib/node_modules/@stdlib/ndarray/base/every/lib/0d_accessors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// MAIN //
2222

2323
/**
24-
* Tests whether every element is truthy.
24+
* Tests whether every element in an ndarray is truthy.
2525
*
2626
* @private
2727
* @param {Object} x - object containing ndarray meta data

lib/node_modules/@stdlib/ndarray/base/every/lib/10d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// MAIN //
2424

2525
/**
26-
* Tests whether every element is truthy.
26+
* Tests whether every element in an ndarray is truthy.
2727
*
2828
* @private
2929
* @param {Object} x - object containing ndarray meta data

lib/node_modules/@stdlib/ndarray/base/every/lib/10d_accessors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// MAIN //
2424

2525
/**
26-
* Tests whether every element is truthy.
26+
* Tests whether every element in an ndarray is truthy.
2727
*
2828
* @private
2929
* @param {Object} x - object containing ndarray meta data

lib/node_modules/@stdlib/ndarray/base/every/lib/10d_blocked.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var blockSize = require( '@stdlib/ndarray/base/nullary-tiling-block-size' );
2929
// MAIN //
3030

3131
/**
32-
* Tests whether every element is truthy via loop blocking.
32+
* Tests whether every element in an ndarray is truthy via loop blocking.
3333
*
3434
* @private
3535
* @param {Object} x - object containing ndarray meta data

lib/node_modules/@stdlib/ndarray/base/every/lib/10d_blocked_accessors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var blockSize = require( '@stdlib/ndarray/base/nullary-tiling-block-size' );
2929
// MAIN //
3030

3131
/**
32-
* Tests whether every element is truthy via loop blocking.
32+
* Tests whether every element in an ndarray is truthy via loop blocking.
3333
*
3434
* @private
3535
* @param {Object} x - object containing ndarray meta data

lib/node_modules/@stdlib/ndarray/base/every/lib/1d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// MAIN //
2222

2323
/**
24-
* Tests whether every element is truthy.
24+
* Tests whether every element in an ndarray is truthy.
2525
*
2626
* @private
2727
* @param {Object} x - object containing ndarray meta data

lib/node_modules/@stdlib/ndarray/base/every/lib/1d_accessors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// MAIN //
2222

2323
/**
24-
* Tests whether every element is truthy.
24+
* Tests whether every element in an ndarray is truthy.
2525
*
2626
* @private
2727
* @param {Object} x - object containing ndarray meta data

lib/node_modules/@stdlib/ndarray/base/every/lib/2d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// MAIN //
2222

2323
/**
24-
* Tests whether every element is truthy.
24+
* Tests whether every element in an ndarray is truthy.
2525
*
2626
* @private
2727
* @param {Object} x - object containing ndarray meta data

lib/node_modules/@stdlib/ndarray/base/every/lib/2d_accessors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// MAIN //
2222

2323
/**
24-
* Tests whether every element is truthy.
24+
* Tests whether every element in an ndarray is truthy.
2525
*
2626
* @private
2727
* @param {Object} x - object containing ndarray meta data

0 commit comments

Comments
 (0)