mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user