Skip to content

Commit b22ccfa

Browse files
committed
Merge #1
1: Fix mistaken identity in documentation comment r=cuviper a=jaystrictor
2 parents dc74f94 + fb51ac7 commit b22ccfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pub trait Integer: Sized + Num + PartialOrd + Ord + Eq {
8686
/// Deprecated, use `is_multiple_of` instead.
8787
fn divides(&self, other: &Self) -> bool;
8888

89-
/// Returns `true` if `other` is a multiple of `self`.
89+
/// Returns `true` if `self` is a multiple of `other`.
9090
///
9191
/// # Examples
9292
///

0 commit comments

Comments
 (0)