Skip to content

Commit

Permalink
auto merge of #16152 : tshepang/rust/patch-1, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Aug 1, 2014
2 parents 9f0b919 + 4dc323f commit cd1216a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcore/num/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ pub trait Int: Primitive
(!self).count_ones()
}

/// Returns the number of leading zeros in the in the binary representation
/// Returns the number of leading zeros in the binary representation
/// of the integer.
///
/// # Example
Expand All @@ -430,7 +430,7 @@ pub trait Int: Primitive
/// ```
fn leading_zeros(self) -> Self;

/// Returns the number of trailing zeros in the in the binary representation
/// Returns the number of trailing zeros in the binary representation
/// of the integer.
///
/// # Example
Expand Down

0 comments on commit cd1216a

Please sign in to comment.