about summary refs log tree commit diff
diff options
context:
space:
mode:
authoreyelash <eyelash@users.noreply.github.com>2025-02-12 09:55:45 +0100
committerGitHub <noreply@github.com>2025-02-12 09:55:45 +0100
commit4f37b458fc729c1f8b992cdda9f62f6b944b4106 (patch)
treed381da312f72b4de2ea49654cdbba2d4d8fc57d1
parent0ca8353651e6e100224001697f9bb93f0380b037 (diff)
`f128` is quadruple-precision
-rw-r--r--library/std/src/f128.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/f128.rs b/library/std/src/f128.rs
index 89612fa7475..cff0bf4ccf4 100644
--- a/library/std/src/f128.rs
+++ b/library/std/src/f128.rs
@@ -1,4 +1,4 @@
-//! Constants for the `f128` double-precision floating point type.
+//! Constants for the `f128` quadruple-precision floating point type.
 //!
 //! *[See also the `f128` primitive type](primitive@f128).*
 //!