mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stdlib: comments: Don't use markup in code listings in comments
Patch by Brian Lanier. Swift SVN r28893
This commit is contained in:
@@ -334,7 +334,7 @@ extension String.UnicodeScalarView : RangeReplaceableCollectionType {
|
||||
///
|
||||
/// Invalidates all indices with respect to `self`.
|
||||
///
|
||||
/// - parameter keepCapacity: if `true`, prevents the release of
|
||||
/// - parameter keepCapacity: If `true`, prevents the release of
|
||||
/// allocated storage, which can be a useful optimization
|
||||
/// when `self` is going to be grown again.
|
||||
public mutating func removeAll(keepCapacity keepCapacity: Bool = false) {
|
||||
|
||||
Reference in New Issue
Block a user