Skip to content

Commit 581506f

Browse files
Update library/core/src/primitive_docs.rs
Co-authored-by: Laine Taffin Altman <[email protected]>
1 parent 6e1ac39 commit 581506f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/primitive_docs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ mod prim_f16 {}
13501350
/// x = a.algebraic_add(b).algebraic_add(c).algebraic_add(d);
13511351
/// ```
13521352
///
1353-
/// May be rewritten as either:
1353+
/// May be rewritten as:
13541354
///
13551355
/// ```
13561356
/// # #![allow(unused_assignments)]

0 commit comments

Comments
 (0)