chore: fix 'seperately'/'seperator' spelling in src/compiler/utilities.ts#63577
Closed
Dodothereal wants to merge 1 commit into
Closed
chore: fix 'seperately'/'seperator' spelling in src/compiler/utilities.ts#63577Dodothereal wants to merge 1 commit into
Dodothereal wants to merge 1 commit into
Conversation
…mments Two internal comment typos corrected to 'separately' and 'separator'. No string changes — purely source-comment spelling. Behaviour is unchanged. (Internal references to the words freed up for any future greps.) Closes no issue.
|
This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise. |
1 similar comment
|
This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR corrects two spelling typos in internal comments within src/compiler/utilities.ts, without changing any runtime strings or behavior.
Changes:
- Fixes
seperately→separatelyin a JSDoc comment describing supported extension groups. - Fixes
seperator→separator(twice) in a comment describing bigint-string validation constraints.
Member
|
The TypeScript repo is closed for development; PR should be in the typescript-go repo. Please see the top section of CONTRIBUTING.md and pinned issue #62963. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes two internal comment typos in
src/compiler/utilities.ts:No string changes; purely comment spelling. Behaviour unchanged.
AI assistance
None.