diff options
| -rw-r--r-- | library/std/src/f128.rs | 2 |
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).* //! |
