Commit 01a7fe3
committed
Fix typo removeSuffix -> removedSuffix
In StringExtension.swift,
`mutating func removeSuffix(_ suffix: String)` and
`func removeSuffix(_ suffix: String) -> String` are confusing, while
`mutating func removePrefix(_ prefix: String)` and
`func removedPrefix(_ prefix: String)` are properly named.1 parent 8b4cc56 commit 01a7fe3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
0 commit comments