From 7f256762db37ccfb07db2baeda7f5102df5db96c Mon Sep 17 00:00:00 2001 From: Athan Reines Date: Wed, 1 Jan 2025 17:31:42 -0800 Subject: [PATCH] docs: fix grammar --- 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 --- --- lib/node_modules/@stdlib/array/index/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/array/index/README.md b/lib/node_modules/@stdlib/array/index/README.md index 9c66e8837e22..1ce375fd9028 100644 --- a/lib/node_modules/@stdlib/array/index/README.md +++ b/lib/node_modules/@stdlib/array/index/README.md @@ -26,7 +26,7 @@ limitations under the License.
-In JavaScript, only strings and symbols are valid property names. When providing values for property names which are not string or symbols, the values are serialized to strings **prior to** attempting to access property values. For example, the following +In JavaScript, only strings and symbols are valid property names. When providing values for property names which are not strings or symbols, the values are serialized to strings **prior to** attempting to access property values. For example, the following ```javascript // Create an array: