Fix the typo from iteartor to iterator#117
Merged
samchon merged 1 commit intosamchon:masterfrom Aug 13, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a consistent spelling typo throughout the codebase, correcting "iteartor" to "iterator" in JSDoc comments for function parameters.
- Corrects the misspelling of "iterator" in parameter documentation across multiple algorithm and container files
- Standardizes documentation terminology for better code readability and professionalism
Reviewed Changes
Copilot reviewed 21 out of 21 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/ranges/algorithm/modifiers.ts | Fixed typo in JSDoc comments for rotate functions |
| src/iterator/global.ts | Fixed typo in distance function documentation |
| src/internal/iterator/disposable/ForOfAdaptor.ts | Fixed typo in constructor parameter documentation |
| src/internal/container/linear/ILinearContainerBase.ts | Fixed typo in insert method documentation |
| src/container/VectorBoolean.ts | Fixed typo in range constructor documentation |
| src/container/Vector.ts | Fixed typo in range constructor documentation |
| src/container/List.ts | Fixed typo in range constructor documentation |
| src/container/ForwardList.ts | Fixed typo in assign and insert_after method documentation |
| src/base/container/UniqueSet.ts | Fixed typo in insert method documentation |
| src/base/container/UniqueMap.ts | Fixed typo in insert method documentation |
| src/base/container/MultiSet.ts | Fixed typo in insert method documentation |
| src/base/container/MultiMap.ts | Fixed typo in insert method documentation |
| src/base/container/ILinearContainer.ts | Fixed typo in insert method documentation |
| src/base/container/IContainer.ts | Fixed typo in assign method documentation |
| src/algorithm/sorting.ts | Fixed typo in partial_sort_copy function documentation |
| src/algorithm/random.ts | Fixed typo in sample function documentation |
| src/algorithm/modifiers.ts | Fixed typos in multiple function documentations throughout the file |
| src/algorithm/merge.ts | Fixed typos in multiple merge and set operation function documentations |
| src/algorithm/mathematics.ts | Fixed typo in is_permutation function documentation |
| src/algorithm/iterations.ts | Fixed typos in multiple iteration function documentations |
| src/algorithm/heap.ts | Fixed typos in multiple heap operation function documentations |
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
iteartortoiterator