]> git.lizzy.rs Git - rust.git/commitdiff
Update src/libcore/num/mod.rs
authorDavid Tolnay <dtolnay@gmail.com>
Thu, 20 Dec 2018 09:34:31 +0000 (01:34 -0800)
committerGitHub <noreply@github.com>
Thu, 20 Dec 2018 09:34:31 +0000 (01:34 -0800)
Co-Authored-By: ubsan <npmazzuca@gmail.com>
src/libcore/num/mod.rs

index cedee1c8e5f99736110e2967aba24fb516d7a663..cd8adfdd1fd2689da905efd7d7c50edd4df2e6fa 100644 (file)
@@ -1781,7 +1781,7 @@ pub fn div_euclid(self, rhs: Self) -> Self {
         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