Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
practise -> practice
  • Loading branch information
gstamatelat authored Jul 17, 2020
1 parent 5f69acd commit 54bb595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gr/james/sampling/RandomSamplingUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ private RandomSamplingUtils() {
* Returns a pseudorandom double value in (0,1) exclusive.
* <p>
* This method will perform repeated calls to {@link Random#nextDouble()} until the value returned is not 0. In
* practise, the probability to get a zero is extremely low but some algorithms would fail on such value, for
* practice, the probability to get a zero is extremely low but some algorithms would fail on such value, for
* example when used in combination with {@link Math#pow(double, double)}.
*
* @param random the {@link Random} to use
Expand Down

0 comments on commit 54bb595

Please sign in to comment.