Skip to content

Fix the typo from iteartor to iterator#117

Merged
samchon merged 1 commit intosamchon:masterfrom
8471919:fix/typo
Aug 13, 2025
Merged

Fix the typo from iteartor to iterator#117
samchon merged 1 commit intosamchon:masterfrom
8471919:fix/typo

Conversation

@8471919
Copy link
Contributor

@8471919 8471919 commented Aug 11, 2025

Description

  • Fix the typo iteartor to iterator

Copy link
Owner

@samchon samchon 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 emension

@samchon samchon requested a review from Copilot August 11, 2025 09:54
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

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

@samchon samchon merged commit 32024a0 into samchon:master Aug 13, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants