Skip to content

Commit

Permalink
doc: fix typos in std::num::Int
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Aug 1, 2014
1 parent 2eb3ab1 commit 4dc323f
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

9 comments on commit 4dc323f

@bors
Copy link
Contributor

@bors bors commented on 4dc323f Aug 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at tshepang@4dc323f

@bors
Copy link
Contributor

@bors bors commented on 4dc323f Aug 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging tshepang/rust/patch-1 = 4dc323f into auto

@bors
Copy link
Contributor

@bors bors commented on 4dc323f Aug 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tshepang/rust/patch-1 = 4dc323f merged ok, testing candidate = 7ba93d44

@bors
Copy link
Contributor

@bors bors commented on 4dc323f Aug 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at tshepang@4dc323f

@bors
Copy link
Contributor

@bors bors commented on 4dc323f Aug 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging tshepang/rust/patch-1 = 4dc323f into auto

@bors
Copy link
Contributor

@bors bors commented on 4dc323f Aug 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tshepang/rust/patch-1 = 4dc323f merged ok, testing candidate = cd1216a

@bors
Copy link
Contributor

@bors bors commented on 4dc323f Aug 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = cd1216a

Please sign in to comment.