Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sicking committed Jun 5, 2018
1 parent 0d41a03 commit bd4301e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib.rs
Expand Up @@ -521,9 +521,7 @@ pub trait Rng: RngCore {
Ok(())
}

/// Return a bool with a probability `p` of being true. If `p` >= 1
/// then `true` will always be returned. If `p` <= 0, then `false` will
/// always be returned.
/// Return a bool with a probability `p` of being true.
///
/// # Panics
///
Expand Down

0 comments on commit bd4301e

Please sign in to comment.