diff --git a/concepts/characters/introduction.md b/concepts/characters/introduction.md index 50c61d4a6..db61d3d03 100644 --- a/concepts/characters/introduction.md +++ b/concepts/characters/introduction.md @@ -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 = "."