We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7b60d commit 8175e12Copy full SHA for 8175e12
src/ops/euclid.rs
@@ -50,7 +50,7 @@ pub trait Euclid: Sized + Div<Self, Output = Self> + Rem<Self, Output = Self> {
50
/// Returns both the quotient and remainder from Euclidean division.
51
///
52
/// By default, it internally calls both `Euclid::div_euclid` and `Euclid::rem_euclid`,
53
- /// but it can be overidden in order to implement some optimization.
+ /// but it can be overridden in order to implement some optimization.
54
55
/// # Examples
56
0 commit comments