Skip to content

Commit 9ef7857

Browse files
committed
_CoreFoundation --> CoreFoundation fix
1 parent 00cdb9e commit 9ef7857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Foundation/NSNumber.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//
99

1010

11-
@_implementationOnly import _CoreFoundation
11+
@_implementationOnly import CoreFoundation
1212
@_spi(SwiftCorelibsFoundation) @_exported import FoundationEssentials
1313

1414
internal let kCFNumberSInt8Type = CFNumberType.sInt8Type

0 commit comments

Comments
 (0)