Skip to content

Commit 00e18a2

Browse files
committed
Hyphenate a two-word modifier.
Fixes rdar://68225196
1 parent cc75a3a commit 00e18a2

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
@@ -74,7 +74,7 @@ public typealias Float64 = Double
7474
//===----------------------------------------------------------------------===//
7575
/// The default type for an otherwise-unconstrained integer literal.
7676
public typealias IntegerLiteralType = Int
77-
/// The default type for an otherwise-unconstrained floating point literal.
77+
/// The default type for an otherwise-unconstrained floating-point literal.
7878
public typealias FloatLiteralType = Double
7979

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

0 commit comments

Comments
 (0)