mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] Capitalize keywords in doc comments
Again, the text is a lot more readable that way. Swift SVN r28472
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user