[stdlib] Capitalize keywords in doc comments

Again, the text is a lot more readable that way.

Swift SVN r28472
This commit is contained in:
Dave Abrahams
2015-05-12 16:59:13 +00:00
parent 106b39a497
commit 5c55682d8b
68 changed files with 307 additions and 307 deletions

View File

@@ -102,7 +102,7 @@ extension String {
/// Access the elements delimited by the given half-open range of
/// indices.
///
/// - complexity: O(1) unless bridging from Objective-C requires an
/// - Complexity: O(1) unless bridging from Objective-C requires an
/// O(N) conversion.
public subscript(subRange: Range<Index>) -> UTF16View {
return UTF16View(