Skip to content

Commit 19a6e04

Browse files
stephentyronexwu
andauthored
Update stdlib/public/core/FloatingPointTypes.swift.gyb
Co-authored-by: Xiaodi Wu <[email protected]>
1 parent 54b8558 commit 19a6e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/FloatingPointTypes.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ ${SelfDocComment}
13541354
@frozen
13551355
% if bits == 16:
13561356
@available(iOS 14, tvOS 14, watchOS 7, *)
1357-
@available(OSX, unavailable)
1357+
@available(macOS, unavailable)
13581358
@available(macCatalyst, unavailable)
13591359
% else:
13601360
@available(*, unavailable, message: "${Self} is not available on target platform.")

0 commit comments

Comments
 (0)