Skip to content

Commit f5e15a3

Browse files
Fix typo with full stop (#512)
1 parent d189052 commit f5e15a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/characters/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Strings and Characters can be compared for equality (or lack thereof) using the
6565

6666
```swift
6767
let hi = "Hello"
68-
hi == "Hello."
68+
hi == "Hello"
6969
// => true
7070

7171
let period: Character = "."

0 commit comments

Comments
 (0)