Skip to content

Commit 66bb34c

Browse files
dtolnayubsan
andauthored
Update src/libcore/num/mod.rs
Co-Authored-By: ubsan <[email protected]>
1 parent de39aea commit 66bb34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/num/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1781,7 +1781,7 @@ assert_eq!((-a).div_euclid(-b), 2); // -7 >= -4 * 2
17811781
doc_comment! {
17821782
concat!("Calculates the least nonnegative remainder of `self (mod rhs)`.
17831783
1784-
This is done as if by the euclidean division algorithm.
1784+
This is done as if by the Euclidean division algorithm.
17851785
17861786
# Panics
17871787

0 commit comments

Comments
 (0)