about summary refs log tree commit diff
diff options
context:
space:
mode:
authoreyelash <eyelash@users.noreply.github.com>2025-02-12 09:54:33 +0100
committerGitHub <noreply@github.com>2025-02-12 09:54:33 +0100
commit0ca8353651e6e100224001697f9bb93f0380b037 (patch)
tree90ac85a95bf1ff6662677ed4241439fb3a6b777c
parent672e3aaf28ab1e5cbe80b3ff012cd3a8e4ef98af (diff)
downloadrust-0ca8353651e6e100224001697f9bb93f0380b037.tar.gz
rust-0ca8353651e6e100224001697f9bb93f0380b037.zip
`f16` is half-precision
-rw-r--r--library/std/src/f16.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/f16.rs b/library/std/src/f16.rs
index cc523c93b4d..f6a553b1d0f 100644
--- a/library/std/src/f16.rs
+++ b/library/std/src/f16.rs
@@ -1,4 +1,4 @@
-//! Constants for the `f16` double-precision floating point type.
+//! Constants for the `f16` half-precision floating point type.
 //!
 //! *[See also the `f16` primitive type](primitive@f16).*
 //!