mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stdlib: clean up capitalization in doc comments
Patch by Brian Lanier and Alex Martini. Swift SVN r28335
This commit is contained in:
@@ -257,7 +257,7 @@ extension String.UnicodeScalarView : ExtensibleCollectionType {
|
||||
}
|
||||
/// Append `x` to `self`.
|
||||
///
|
||||
/// - complexity: amortized O(1).
|
||||
/// - complexity: Amortized O(1).
|
||||
public mutating func append(x: UnicodeScalar) {
|
||||
_core.append(x)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user