diff options
| author | David Tolnay <dtolnay@gmail.com> | 2018-12-20 01:34:31 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-20 01:34:31 -0800 |
| commit | 66bb34c3ab254d19623315d9d71695c3acb4e826 (patch) | |
| tree | 8b3e5a1b8bf74352bb693c1766ef4aa07f25bc81 /src/libcore | |
| parent | de39aea91cdbaecb330ff666f63d27bbe7c109a2 (diff) | |
| download | rust-66bb34c3ab254d19623315d9d71695c3acb4e826.tar.gz rust-66bb34c3ab254d19623315d9d71695c3acb4e826.zip | |
Update src/libcore/num/mod.rs
Co-Authored-By: ubsan <npmazzuca@gmail.com>
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/num/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/num/mod.rs b/src/libcore/num/mod.rs index cedee1c8e5f..cd8adfdd1fd 100644 --- a/src/libcore/num/mod.rs +++ b/src/libcore/num/mod.rs @@ -1781,7 +1781,7 @@ assert_eq!((-a).div_euclid(-b), 2); // -7 >= -4 * 2 doc_comment! { concat!("Calculates the least nonnegative remainder of `self (mod rhs)`. -This is done as if by the euclidean division algorithm. +This is done as if by the Euclidean division algorithm. # Panics |
