Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vks committed Jul 27, 2018
1 parent f553739 commit 228fa14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/distributions/unit_circle.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use Rng;
use distributions::{Distribution, Uniform};

/// Samples uniformly from the surface of the unit circle in two dimensions.
/// Samples uniformly from the unit circle in two dimensions.
///
/// Implemented via a method by von Neumann[^1].
///
Expand Down

0 comments on commit 228fa14

Please sign in to comment.