Skip to content

Commit

Permalink
Merge #1
Browse files Browse the repository at this point in the history
1: Fix mistaken identity in documentation comment r=cuviper a=jaystrictor
  • Loading branch information
bors[bot] committed Dec 19, 2017
2 parents dc74f94 + fb51ac7 commit b22ccfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pub trait Integer: Sized + Num + PartialOrd + Ord + Eq {
/// Deprecated, use `is_multiple_of` instead.
fn divides(&self, other: &Self) -> bool;

/// Returns `true` if `other` is a multiple of `self`.
/// Returns `true` if `self` is a multiple of `other`.
///
/// # Examples
///
Expand Down

0 comments on commit b22ccfa

Please sign in to comment.