Skip to content

Commit 8175e12

Browse files
authored
Fix spelling of "overridden"
1 parent df7b60d commit 8175e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ops/euclid.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pub trait Euclid: Sized + Div<Self, Output = Self> + Rem<Self, Output = Self> {
5050
/// Returns both the quotient and remainder from Euclidean division.
5151
///
5252
/// 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.
53+
/// but it can be overridden in order to implement some optimization.
5454
///
5555
/// # Examples
5656
///

0 commit comments

Comments
 (0)