Skip to content

Fix typos in comments and symbols naming #7318

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 5, 2024
Merged

Fix typos in comments and symbols naming #7318

merged 1 commit into from
Feb 5, 2024

Conversation

rex4539
Copy link
Contributor

@rex4539 rex4539 commented Feb 4, 2024

No description provided.

/// would lose the uncommited changes in a repository.
public struct UncommitedChanges: Error, CustomStringConvertible {
/// would lose the uncommitted changes in a repository.
public struct UncommittedChanges: Error, CustomStringConvertible {
Copy link
Contributor

Choose a reason for hiding this comment

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

This may be a breaking change for SwiftPM clients, since this type is public.

@MaxDesiatov
Copy link
Contributor

@swift-ci test

Copy link
Contributor

@MaxDesiatov MaxDesiatov left a comment

Choose a reason for hiding this comment

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

Verified that no known clients rely on renamed public symbols. Thanks!

@MaxDesiatov MaxDesiatov added the bug label Feb 5, 2024
@MaxDesiatov MaxDesiatov changed the title Fix typos Fix typos in comments and symbols naming Feb 5, 2024
@MaxDesiatov MaxDesiatov merged commit b08692f into swiftlang:main Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants