Skip to content

Commit ddff7d1

Browse files
committed
docs: fix example
--- 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: 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: 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 665a342 commit ddff7d1

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/tools/reduce/unary-strided-dispatch-factory

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/tools/reduce/unary-strided-dispatch-factory/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ The function accepts the following options:
192192

193193
## Examples
194194

195-
<!-- eslint-disable id-length -->
195+
<!-- eslint-disable id-length, max-len -->
196196

197197
<!-- eslint no-undef: "error" -->
198198

@@ -203,7 +203,7 @@ var dtypes = require( '@stdlib/ndarray/dtypes' );
203203
var dtype = require( '@stdlib/ndarray/dtype' );
204204
var ndarray2array = require( '@stdlib/ndarray/to-array' );
205205
var ndarray = require( '@stdlib/ndarray/ctor' );
206-
var factory = require( '@stdlib/stats/tools/reduce/unary-strided-dispatch-factory' );
206+
var unaryStridedDispatchFactory = require( '@stdlib/stats/tools/reduce/unary-strided-dispatch-factory' );
207207

208208
// Define the supported input and output data types:
209209
var idt = dtypes( 'real_and_generic' );

0 commit comments

Comments
 (0)