docs: improve doctests for complex number typed arrays in constants#11979
Conversation
---
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: passed
- 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
---
Coverage Report
The above coverage report was generated for the changes in this PR. |
|
@kgryte I would still need your opinion on whether this is the right change to make. Our README files currently have slightly different code snippets than the Should I keep them both exactly the same as we usually do? If yes, should both follow the |
|
@anandkaranubc It is not uncommon for our We could revisit, but the mantra of always the exact same example is not always the case, even if generally true. |
Progresses #4833
Resolves stdlib-js/metr-issue-tracker#521
Description
This pull request:
constantsRelated Issues
This pull request has the following related issues:
@stdlib/constantsmetr-issue-tracker#521Questions
No.
Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
Used a Cursor driven Skill+Workflow to achieve this migration with manual and automated sanity checks.
@stdlib-js/reviewers