Skip to content

Conversation

shaswata-26
Copy link
Contributor

Resolves #8055 .

Description

What is the purpose of this pull request?

This pull request fixes a documentation typo in the TypeScript declaration file
lib/node_modules/@stdlib/array/from-scalar/docs/types/index.d.ts.

Specifically:

  • Added the missing single quotes around uint8 in the JSDoc example.
  • Corrected the closing brace from } to ).

Related Issues

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

@stdlib-bot stdlib-bot added First-time Contributor A pull request from a contributor who has never previously committed to the project repository. Needs Review A pull request which needs code review. Good First PR A pull request resolving a Good First Issue. labels Sep 11, 2025
Signed-off-by: Philipp Burckhardt <[email protected]>
@Planeshifter Planeshifter changed the title Fix commit 3b9d924 comment chore: address commit comments for commit 3b9d924 Sep 11, 2025
@stdlib-bot
Copy link
Contributor

Coverage Report

Package Statements Branches Functions Lines
array/from-scalar $\color{green}158/158$
$\color{green}+100.00\%$
$\color{green}19/19$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}158/158$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this PR.

Copy link
Member

@Planeshifter Planeshifter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your interest in the project and opening this PR!

For future contributions, please notice that this PR contained an extraneous change to a workflow file and that it didn't have the title requested in the linked issue.

@Planeshifter Planeshifter added the Ready To Merge A pull request which is ready to be merged. label Sep 11, 2025
@stdlib-bot stdlib-bot removed the Needs Review A pull request which needs code review. label Sep 11, 2025
@stdlib-bot
Copy link
Contributor

PR Commit Message

chore: address commit comments for commit `3b9d924`

PR-URL: https://github.com/stdlib-js/stdlib/pull/8056
Closes: https://github.com/stdlib-js/stdlib/issues/8055

Co-authored-by: Philipp Burckhardt <[email protected]>
Reviewed-by: Philipp Burckhardt <[email protected]>
Signed-off-by: Philipp Burckhardt <[email protected]>
Signed-off-by: Shaswata Panda <[email protected]>

Please review the above commit message and make any necessary adjustments.

@Planeshifter Planeshifter merged commit 78717d2 into stdlib-js:develop Sep 11, 2025
30 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
First-time Contributor A pull request from a contributor who has never previously committed to the project repository. Good First PR A pull request resolving a Good First Issue. Ready To Merge A pull request which is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Address commit comments (commit 3b9d924)
3 participants