Skip to content

Commit 778c07b

Browse files
Coeurparkera
authored andcommitted
Typo (#1478)
1 parent d7b51b9 commit 778c07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/NSArray.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ open class NSArray : NSObject, NSCopying, NSMutableCopying, NSSecureCoding, NSCo
664664
}
665665

666666
return self.filter {
667-
// The force unwrap will abort if the element is not a String but this behaviour matches Dawrin, which throws an exception.
667+
// The force unwrap will abort if the element is not a String but this behaviour matches Darwin, which throws an exception.
668668
let filename = $0 as! String
669669
for ext in extensions {
670670
if filename.hasSuffix(ext) && filename.count > ext.count {

0 commit comments

Comments
 (0)