[gardening] Fix word processing artefacts

This commit is contained in:
practicalswift
2017-05-15 11:30:05 +02:00
parent 058d7f62e8
commit aae419ad30
4 changed files with 6 additions and 6 deletions

View File

@@ -267,7 +267,7 @@ extension String {
/// strings. See the `getLineStart(_:end:contentsEnd:for:)` method for
/// additional information.
///
/// Case transformations arent guaranteed to be symmetrical or to produce
/// Case transformations aren't guaranteed to be symmetrical or to produce
/// strings of the same lengths as the originals. See lowercased for an
/// example.
public var capitalized: String {