Repository: commons-rng
Updated Branches:
  refs/heads/master 11e5e8d56 -> 0e7680b44


Typos.


Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/c6da1a9f
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/c6da1a9f
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/c6da1a9f

Branch: refs/heads/master
Commit: c6da1a9f2634a0b68ddd5cf8a2b61551ca5dbbf0
Parents: 11e5e8d
Author: Gilles <[email protected]>
Authored: Fri Dec 23 00:10:16 2016 +0100
Committer: Gilles <[email protected]>
Committed: Fri Dec 23 00:10:16 2016 +0100

----------------------------------------------------------------------
 src/site/apt/userguide/rng.apt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/c6da1a9f/src/site/apt/userguide/rng.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/userguide/rng.apt b/src/site/apt/userguide/rng.apt
index 1c2a8e8..7b27539 100644
--- a/src/site/apt/userguide/rng.apt
+++ b/src/site/apt/userguide/rng.apt
@@ -328,7 +328,7 @@ String word = sampler.sample().get(0);
 
   []
 
-  The <<<org.apache.commons.rng.simple.internal>>> package contain classes
+  The <<<org.apache.commons.rng.simple.internal>>> package contains classes
   for supporting initialization (a.k.a. "seeding") of the generators.
   They must not be used directly in applications, as all the necessary 
utilities
   are accessible through methods defined in <<<RandomSource>>>.
@@ -348,8 +348,8 @@ String word = sampler.sample().get(0);
   []
 
 
-  The 
{{{../commons-rng-core/apidocs/org/apache/commons/rng/core/package-summary.html}org.apache.commons.rng.core}}.
-  package contain the implementation of the algorithms for the generation of
+  The 
{{{../commons-rng-core/apidocs/org/apache/commons/rng/core/package-summary.html}org.apache.commons.rng.core}}
+  package contains the implementation of the algorithms for the generation of
   pseudo-random sequences.
   Applications should not directly import or use classes defined in this 
package:
   all generators can be instantiated through the <<<RandomSource>>> factory.

Reply via email to