mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Improve comments in String.swift
This commit is contained in:
committed by
Max Moiseev
parent
9ca2775aa1
commit
e5dba78263
@@ -129,8 +129,7 @@ extension String {
|
||||
}
|
||||
}
|
||||
|
||||
/// Access the elements delimited by the given half-open range of
|
||||
/// indices.
|
||||
/// Access the contiguous subrange of elements enclosed by `bounds`.
|
||||
///
|
||||
/// - Complexity: O(1) unless bridging from Objective-C requires an
|
||||
/// O(N) conversion.
|
||||
|
||||
Reference in New Issue
Block a user