Skip to content

Commit 1401743

Browse files
committed
Hyphenate a two-word modifier.
Fixes rdar://68225196 (cherry picked from commit 00e18a2)
1 parent d8aa4de commit 1401743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Policy.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public typealias Float64 = Double
8282
//===----------------------------------------------------------------------===//
8383
/// The default type for an otherwise-unconstrained integer literal.
8484
public typealias IntegerLiteralType = Int
85-
/// The default type for an otherwise-unconstrained floating point literal.
85+
/// The default type for an otherwise-unconstrained floating-point literal.
8686
public typealias FloatLiteralType = Double
8787

8888
/// The default type for an otherwise-unconstrained Boolean literal.

0 commit comments

Comments
 (0)