mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/master' into swift-3-indexing-model
This commit is contained in:
@@ -1326,7 +1326,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