aboutsummaryrefslogtreecommitdiff
path: root/src/distributions/float.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/distributions/float.rs')
-rw-r--r--src/distributions/float.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/distributions/float.rs b/src/distributions/float.rs
index 733a403..ce5946f 100644
--- a/src/distributions/float.rs
+++ b/src/distributions/float.rs
@@ -78,7 +78,7 @@ pub struct Open01;
pub trait IntoFloat {
type F;
- /// Helper method to combine the fraction and a contant exponent into a
+ /// Helper method to combine the fraction and a constant exponent into a
/// float.
///
/// Only the least significant bits of `self` may be set, 23 for `f32` and