mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fixed typos in comments throughout the project.
This commit is contained in:
@@ -1315,7 +1315,7 @@ extension String {
|
||||
allowedCharacters: NSCharacterSet
|
||||
) -> String? {
|
||||
// FIXME: the documentation states that this method can return nil if the
|
||||
// transformation is not possible, without going into futher details. The
|
||||
// transformation is not possible, without going into further details. The
|
||||
// implementation can only return nil if malloc() returns nil, so in
|
||||
// practice this is not possible. Still, to be consistent with
|
||||
// documentation, we declare the method as returning an optional String.
|
||||
|
||||
Reference in New Issue
Block a user