Skip to content

Commit fb51ac7

Browse files
committed
Fix mistaken identity in documentation comment
1 parent dc74f94 commit fb51ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
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)