Skip to content

Commit c533b6d

Browse files
committed
docs: fix description
--- 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: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: passed - 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 7ed649e commit c533b6d

Some content is hidden

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

42 files changed

+42
-42
lines changed

lib/node_modules/@stdlib/ndarray/base/every/benchmark/benchmark.10d_blocked_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'column-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

lib/node_modules/@stdlib/ndarray/base/every/benchmark/benchmark.10d_blocked_rowmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'row-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

lib/node_modules/@stdlib/ndarray/base/every/benchmark/benchmark.10d_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'column-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

lib/node_modules/@stdlib/ndarray/base/every/benchmark/benchmark.10d_rowmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'row-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

lib/node_modules/@stdlib/ndarray/base/every/benchmark/benchmark.11d_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'column-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

lib/node_modules/@stdlib/ndarray/base/every/benchmark/benchmark.11d_rowmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var order = 'row-major';
4444
* @private
4545
* @param {PositiveInteger} len - ndarray length
4646
* @param {NonNegativeIntegerArray} shape - ndarray shape
47-
* @param {string} xtype - output ndarray data type
47+
* @param {string} xtype - ndarray data type
4848
* @returns {Function} benchmark function
4949
*/
5050
function createBenchmark( len, shape, xtype ) {

lib/node_modules/@stdlib/ndarray/base/every/benchmark/benchmark.1d_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var order = 'column-major';
4343
* @private
4444
* @param {PositiveInteger} len - ndarray length
4545
* @param {NonNegativeIntegerArray} shape - ndarray shape
46-
* @param {string} xtype - output ndarray data type
46+
* @param {string} xtype - ndarray data type
4747
* @returns {Function} benchmark function
4848
*/
4949
function createBenchmark( len, shape, xtype ) {

lib/node_modules/@stdlib/ndarray/base/every/benchmark/benchmark.1d_rowmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var order = 'row-major';
4343
* @private
4444
* @param {PositiveInteger} len - ndarray length
4545
* @param {NonNegativeIntegerArray} shape - ndarray shape
46-
* @param {string} xtype - output ndarray data type
46+
* @param {string} xtype - ndarray data type
4747
* @returns {Function} benchmark function
4848
*/
4949
function createBenchmark( len, shape, xtype ) {

lib/node_modules/@stdlib/ndarray/base/every/benchmark/benchmark.2d_blocked_columnmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var order = 'column-major';
4545
* @private
4646
* @param {PositiveInteger} len - ndarray length
4747
* @param {NonNegativeIntegerArray} shape - ndarray shape
48-
* @param {string} xtype - output ndarray data type
48+
* @param {string} xtype - ndarray data type
4949
* @returns {Function} benchmark function
5050
*/
5151
function createBenchmark( len, shape, xtype ) {

lib/node_modules/@stdlib/ndarray/base/every/benchmark/benchmark.2d_blocked_rowmajor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var order = 'row-major';
4545
* @private
4646
* @param {PositiveInteger} len - ndarray length
4747
* @param {NonNegativeIntegerArray} shape - ndarray shape
48-
* @param {string} xtype - output ndarray data type
48+
* @param {string} xtype - ndarray data type
4949
* @returns {Function} benchmark function
5050
*/
5151
function createBenchmark( len, shape, xtype ) {

0 commit comments

Comments
 (0)