Skip to content

Commit

Permalink
Fix typo with full stop (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathstrains21 authored Nov 16, 2021
1 parent d189052 commit f5e15a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concepts/characters/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Strings and Characters can be compared for equality (or lack thereof) using the

```swift
let hi = "Hello"
hi == "Hello."
hi == "Hello"
// => true

let period: Character = "."
Expand Down

0 comments on commit f5e15a3

Please sign in to comment.