Skip to content

Commit 3ec5e76

Browse files
own2pwnstephentyrone
authored andcommitted
Update FloatingPointTypes.swift.gyb (#27461)
Corrects intent that this type seems to be available only on MacOS targets.
1 parent 5883345 commit 3ec5e76

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
@@ -1263,7 +1263,7 @@ internal struct _${Self}AnyHashableBox: _AnyHashableBox {
12631263

12641264
${SelfDocComment}
12651265
@frozen
1266-
@available(*, unavailable, message: "Float80 is only available on non-Windows x86 targets.")
1266+
@available(*, unavailable, message: "Float80 is not available on target platform.")
12671267
public struct ${Self} {
12681268
/// Creates a value initialized to zero.
12691269
@_transparent

0 commit comments

Comments
 (0)