[gardening] Fix recently introduced typo: " " → " "

[gardening] Fix recently introduced typo: "a initializer" → "an initializer"
[gardening] Fix recently introduced typo: "charaters" → "characters"
[gardening] Fix recently introduced typo: "fullfilled" → "fulfilled"
[gardening] Fix recently introduced typo: "initalizer" → "initializer"
[gardening] Fix recently introduced typo: "peoperty" → "property"
[gardening] Fix recently introduced typo: "reparing" → "repairing"
[gardening] Fix recently introduced typo: "spilt" → "split"
This commit is contained in:
practicalswift
2016-03-10 11:47:06 +01:00
parent a504d57e85
commit 5b028d0651
7 changed files with 9 additions and 9 deletions

View File

@@ -1314,7 +1314,7 @@ extension String {
/// characters.
@warn_unused_result
public func addingPercentEncoding(
withAllowedCharaters allowedCharacters: NSCharacterSet
withAllowedCharacters allowedCharacters: NSCharacterSet
) -> String? {
// FIXME: the documentation states that this method can return nil if the
// transformation is not possible, without going into further details. The