Skip to content

[stdlib] Fix typos in Dictionary.swift #76144

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
Aug 30, 2024

Conversation

jphong1005
Copy link
Contributor

@jphong1005 jphong1005 commented Aug 29, 2024

Hi, I fixed several typos in Dictionary.swift (#Line: 347, 1194).

  • origin comments
// #347
// Prints "The 'star' image is a glyph.")  // <-- I thought the ' ) ' character was unnecessary, so I removed it.

// #1194
// Prints "No value found for that key.""  // <-- I thought the ' " ' character was unnecessary, so I removed it.
  • changed comments
// #347
// Prints "The 'star' image is a glyph."

// #1194
// Prints "No value found for that key."

Hi, I fixed several typos in Dictionary.swift file(#Line: 347, 1194).

- origin comments
```swift
// swiftlang#347
// Prints "The 'star' image is a glyph.")

// swiftlang#1194
// Prints "No value found for that key.""
```

- changed comments
```swift
// swiftlang#347
// Prints "The 'star' image is a glyph.")  // I thought the ' ) ' character was unnecessary, so I removed it.

// swiftlang#1194
// Prints "No value found for that key.""  // I thought the ' " ' character was unnecessary, so I removed it.
```
@jphong1005 jphong1005 requested a review from a team as a code owner August 29, 2024 11:34
Copy link
Contributor

@Azoy Azoy left a comment

Choose a reason for hiding this comment

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

Thanks!

@Azoy
Copy link
Contributor

Azoy commented Aug 29, 2024

@swift-ci please smoke test

@Azoy Azoy merged commit 1031436 into swiftlang:main Aug 30, 2024
3 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.

2 participants