Skip to content

Commit 61498c5

Browse files
committed
Update central docs.
1 parent b33ee72 commit 61498c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/primitive_docs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1320,7 +1320,7 @@ mod prim_f16 {}
13201320
///
13211321
/// # Algebraic operators
13221322
///
1323-
/// Algebraic operators of the form `a.*_algebraic(b)` allow the compiler to reassociate individual
1323+
/// Algebraic operators of the form `a.algebraic_*(b)` allow the compiler to reassociate individual
13241324
/// floating point operations for better vectorization. Because of the unpredictable nature of
13251325
/// compiler optimizations, the same inputs may produce different results even within a single
13261326
/// program run. **Unsafe code must not rely on any property of the return value for soundness.**

0 commit comments

Comments
 (0)