Skip to content

Commit 9674bea

Browse files
committed
Minor update for SE-0089
1 parent 31bf0ab commit 9674bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/NSBundle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class Bundle: NSObject {
6363
}
6464

6565
override public var description: String {
66-
return "\(String(Bundle.self)) <\(bundleURL.path!)> (\(isLoaded ? "loaded" : "not yet loaded"))"
66+
return "\(String(describing: Bundle.self)) <\(bundleURL.path!)> (\(isLoaded ? "loaded" : "not yet loaded"))"
6767
}
6868

6969

0 commit comments

Comments
 (0)