Skip to content

Commit 25ece44

Browse files
committed
docs: fix types
--- 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 f9fe489 commit 25ece44

File tree

1 file changed

+4
-4
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/gindex-of/docs

1 file changed

+4
-4
lines changed

lib/node_modules/@stdlib/blas/ext/base/gindex-of/docs/repl.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
N: integer
1616
Number of indexed elements.
1717

18-
searchElement: number
18+
searchElement: any
1919
Search element.
2020

21-
x: Array<number>|TypedArray
21+
x: Array|TypedArray
2222
Input array.
2323

2424
strideX: integer
@@ -49,10 +49,10 @@
4949
N: integer
5050
Number of indexed elements.
5151

52-
searchElement: number
52+
searchElement: any
5353
Search element.
5454

55-
x: Array<number>|TypedArray
55+
x: Array|TypedArray
5656
Input array.
5757

5858
strideX: integer

0 commit comments

Comments
 (0)