Skip to content

Commit 128a273

Browse files
committed
chore: add suggestions
--- 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 c22c0f5 commit 128a273

File tree

1 file changed

+2
-3
lines changed
  • lib/node_modules/@stdlib/array/base/to-inserted-at

1 file changed

+2
-3
lines changed

lib/node_modules/@stdlib/array/base/to-inserted-at/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The function accepts the following arguments:
5858

5959
- **x**: an input array.
6060
- **index**: element index.
61-
- **value**: inserting value.
61+
- **value**: value to insert.
6262

6363
### toInsertedAt.assign( x, index, value, out, stride, offset )
6464

@@ -79,7 +79,7 @@ The function accepts the following arguments:
7979

8080
- **x**: an input array.
8181
- **index**: element index.
82-
- **value**: inserting value.
82+
- **value**: value to insert.
8383
- **out**: output array.
8484
- **stride**: output array stride.
8585
- **offset**: output array offset.
@@ -96,7 +96,6 @@ The function accepts the following arguments:
9696

9797
- Negative indices are resolved relative to the last array element, with the last element corresponding to `-1`.
9898

99-
10099
</section>
101100

102101
<!-- /.notes -->

0 commit comments

Comments
 (0)