Skip to content

Commit 873beeb

Browse files
committed
chore: remove square bracket and add private annotation
--- 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: passed - 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: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 69758c0 commit 873beeb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

etc/eslint/.eslintrc.markdown.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ eslint.rules[ 'stdlib/jsdoc-return-annotations-values' ] = 'off'; // FIXME: remo
125125

126126
/**
127127
* Do not enforce disallowing empty lines between module-level require statements.
128+
*
129+
* @private
128130
*/
129131
eslint.rules[ 'stdlib/no-empty-lines-between-requires' ] = 'off';
130132

lib/node_modules/@stdlib/ndarray/concat/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
----------
4242
arrays: ArrayLikeObject<ndarray>
4343
List of ndarrays to concatenate. Must be broadcast compatible except for
44-
the dimension along which to concatenate. Must promote] to a data type
44+
the dimension along which to concatenate. Must promote to a data type
4545
which can be (mostly) safely cast to the data type of the output
4646
ndarray.
4747

0 commit comments

Comments
 (0)