Skip to content

Commit

Permalink
Javadoc (typo).
Browse files Browse the repository at this point in the history
Thanks to Brent Worden.
  • Loading branch information
Gilles committed Aug 29, 2016
1 parent 88776e4 commit a41fa0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/commons/rng/RandomSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ public enum RandomSource {
* Wraps the internal state of a {@link UniformRandomProvider}.
* Its purpose is to store all the data needed to recover the same
* state in order to restart a sequence where it left off.
* External code should not to modify the data contained in instances
* External code should not try to modify the data contained in instances
* of this class.
*/
public static class State {
Expand Down

0 comments on commit a41fa0c

Please sign in to comment.