Skip to content

Commit bd4301e

Browse files
committed
Fix comment
1 parent 0d41a03 commit bd4301e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -521,9 +521,7 @@ pub trait Rng: RngCore {
521521
Ok(())
522522
}
523523

524-
/// Return a bool with a probability `p` of being true. If `p` >= 1
525-
/// then `true` will always be returned. If `p` <= 0, then `false` will
526-
/// always be returned.
524+
/// Return a bool with a probability `p` of being true.
527525
///
528526
/// # Panics
529527
///

0 commit comments

Comments
 (0)