[gardening] Add whitespace: "foo,bar" → "foo, bar"

This commit is contained in:
practicalswift
2016-04-12 21:57:49 +02:00
parent ba431a9954
commit c760f6dfbf
50 changed files with 127 additions and 127 deletions

View File

@@ -1686,7 +1686,7 @@ extension String {
///
/// Locale-independent case-insensitive operation, and other needs,
/// can be achieved by calling
/// `rangeOfString(_:options:_,range:_locale:_)`.
/// `rangeOfString(_:options:_, range:_locale:_)`.
///
/// Equivalent to
///