Skip to content

Commit e990142

Browse files
committed
docs: update examples
--- 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: passed - 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 dd412c2 commit e990142

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/max/docs

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/max/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
Examples
3131
--------
32-
> var x = new {{alias:@stdlib/ndarray/array}}( [ -1.0, 2.0, -3.0, -4.0 ] );
32+
> var x = {{alias:@stdlib/ndarray/array}}( [ -1.0, 2.0, -3.0, -4.0 ] );
3333
> var y = {{alias}}( x );
3434
> var v = y.get()
3535
2.0
@@ -62,7 +62,7 @@
6262

6363
Examples
6464
--------
65-
> var x = new {{alias:@stdlib/ndarray/array}}( [ -1.0, 2.0, -3.0, -4.0 ] );
65+
> var x = {{alias:@stdlib/ndarray/array}}( [ -1.0, 2.0, -3.0, -4.0 ] );
6666
> var out = {{alias:@stdlib/ndarray/zeros}}( [] );
6767
> var y = {{alias}}.assign( x, out )
6868
<ndarray>

0 commit comments

Comments
 (0)