Skip to content

Commit

Permalink
Merge pull request #65 from BenjaminRi/fix-typo
Browse files Browse the repository at this point in the history
Fix typo 'aleviate' -> 'alleviate'
  • Loading branch information
dhardy authored Jan 26, 2025
2 parents e7ba2cd + 8a61465 commit f61da5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crate-reprod.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ The results of floating point arithmetic depend on rounding modes and
implementation details. In particular, the results of transcendental functions vary
from platform to platform. Due to this, results of distributions in `rand_distr` using `f32` or `f64` may not be portable.

To aleviate (or further complicate) this concern, we prefer to use `libm` over `std` implementations of these transcendental functions. See [rand_distr features](crate-features.html#rand_distr-features).
To alleviate (or further complicate) this concern, we prefer to use `libm` over `std` implementations of these transcendental functions. See [rand_distr features](crate-features.html#rand_distr-features).

0 comments on commit f61da5d

Please sign in to comment.