We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc75a3a commit 00e18a2Copy full SHA for 00e18a2
stdlib/public/core/Policy.swift
@@ -74,7 +74,7 @@ public typealias Float64 = Double
74
//===----------------------------------------------------------------------===//
75
/// The default type for an otherwise-unconstrained integer literal.
76
public typealias IntegerLiteralType = Int
77
-/// The default type for an otherwise-unconstrained floating point literal.
+/// The default type for an otherwise-unconstrained floating-point literal.
78
public typealias FloatLiteralType = Double
79
80
/// The default type for an otherwise-unconstrained Boolean literal.
0 commit comments