Skip to content

Commit e4d1fae

Browse files
authored
Removes a needless whitespace in string.
1 parent 3402103 commit e4d1fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3Sum and 4Sum/3Sum.playground/Contents.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func threeSum<T: BidirectionalCollection>(_ collection: T, target: T.Element) ->
4747
sorted.formUniqueIndex(after: &m)
4848
case target...:
4949
sorted.formUniqueIndex(before: &r)
50-
default: fatalError("Sw ift isn't smart enough to detect that this switch statement is exhausive")
50+
default: fatalError("Swift isn't smart enough to detect that this switch statement is exhausive")
5151
}
5252
}
5353
sorted.formUniqueIndex(after: &l)

0 commit comments

Comments
 (0)