stdlib: comments: Don't use markup in code listings in comments

Patch by Brian Lanier.

Swift SVN r28893
This commit is contained in:
Dmitri Hrybenko
2015-05-21 23:17:37 +00:00
parent ad7f7c6779
commit d4baf3fadb
14 changed files with 55 additions and 45 deletions

View File

@@ -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) {