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 d8aa4de commit 1401743Copy full SHA for 1401743
stdlib/public/core/Policy.swift
@@ -82,7 +82,7 @@ public typealias Float64 = Double
82
//===----------------------------------------------------------------------===//
83
/// The default type for an otherwise-unconstrained integer literal.
84
public typealias IntegerLiteralType = Int
85
-/// The default type for an otherwise-unconstrained floating point literal.
+/// The default type for an otherwise-unconstrained floating-point literal.
86
public typealias FloatLiteralType = Double
87
88
/// The default type for an otherwise-unconstrained Boolean literal.
0 commit comments