Skip to content

Commit 12443d4

Browse files
committed
Fix typo
1 parent bd4e1a8 commit 12443d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rand_distr/src/unit_disc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use rand::Rng;
1010
use crate::{Distribution, Uniform, uniform::SampleUniform};
1111
use crate::utils::Float;
1212

13-
/// Samples uniformly from the unit Disc in two dimensions.
13+
/// Samples uniformly from the unit disc in two dimensions.
1414
///
1515
/// Implemented via rejection sampling.
1616
///

0 commit comments

Comments
 (0)