mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stdlib: fix spelling of 'Objective-C'
Swift SVN r24437
This commit is contained in:
@@ -80,7 +80,7 @@ extension _ArrayBuffer {
|
||||
public func _asCocoaArray() -> _NSArrayCoreType {
|
||||
_sanityCheck(
|
||||
_isBridgedToObjectiveC(T.self),
|
||||
"Array element type is not bridged to ObjectiveC")
|
||||
"Array element type is not bridged to Objective-C")
|
||||
|
||||
return _fastPath(_isNative) ? _native._asCocoaArray() : _nonNative
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user