Skip to content

Commit 228fa14

Browse files
committed
Fix typo in docs
1 parent f553739 commit 228fa14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/distributions/unit_circle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use Rng;
22
use distributions::{Distribution, Uniform};
33

4-
/// Samples uniformly from the surface of the unit circle in two dimensions.
4+
/// Samples uniformly from the unit circle in two dimensions.
55
///
66
/// Implemented via a method by von Neumann[^1].
77
///

0 commit comments

Comments
 (0)