8000
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.
2 parents 3c4bc7d + 002afd1 commit dd09e9cCopy full SHA for dd09e9c
library/core/src/primitive_docs.rs
@@ -1251,7 +1251,7 @@ mod prim_f16 {}
1251
/// - **Unchanged NaN propagation**: The quiet bit and payload are copied from any input operand
1252
/// that is a NaN. If the inputs and outputs do not have the same size (i.e., for `as` casts), the
1253
/// same rules as for "quieting NaN propagation" apply, with one caveat: if the output is smaller
1254
-/// than the input, droppig the low-order bits may result in a payload of 0; a payload of 0 is not
+/// than the input, dropping the low-order bits may result in a payload of 0; a payload of 0 is not
1255
/// possible with a signaling NaN (the all-0 significand encodes an infinity) so unchanged NaN
1256
/// propagation cannot occur with some inputs.
1257
/// - **Target-specific NaN**: The quiet bit is set and the payload is picked from a target-specific