We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc74f94 + fb51ac7 commit b22ccfaCopy full SHA for b22ccfa
src/lib.rs
@@ -86,7 +86,7 @@ pub trait Integer: Sized + Num + PartialOrd + Ord + Eq {
86
/// Deprecated, use `is_multiple_of` instead.
87
fn divides(&self, other: &Self) -> bool;
88
89
- /// Returns `true` if `other` is a multiple of `self`.
+ /// Returns `true` if `self` is a multiple of `other`.
90
///
91
/// # Examples
92
0 commit comments