This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit 089ba39ba7b1694c5e6f2ca091169871dffea425
Author: Alex Herbert <[email protected]>
AuthorDate: Mon Jun 10 20:55:40 2019 +0100

    Typo: remove hyphen.
---
 .../main/java/org/apache/commons/rng/JumpableUniformRandomProvider.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-rng-client-api/src/main/java/org/apache/commons/rng/JumpableUniformRandomProvider.java
 
b/commons-rng-client-api/src/main/java/org/apache/commons/rng/JumpableUniformRandomProvider.java
index 59646d8..0d9bfa7 100644
--- 
a/commons-rng-client-api/src/main/java/org/apache/commons/rng/JumpableUniformRandomProvider.java
+++ 
b/commons-rng-client-api/src/main/java/org/apache/commons/rng/JumpableUniformRandomProvider.java
@@ -29,7 +29,7 @@ public interface JumpableUniformRandomProvider extends 
UniformRandomProvider {
      *
      * <p>The current state will be advanced in a single operation by the 
equivalent of a
      * number of sequential calls to a method that updates the state of the 
provider. The
-     * size of the jump is implementation-dependent.</p>
+     * size of the jump is implementation dependent.</p>
      *
      * <p>Repeat invocations of this method will create a series of generators
      * that are uniformly spaced at intervals of the output sequence. Each 
generator provides

Reply via email to