Repository: commons-rng Updated Branches: refs/heads/master 2716d531f -> 129e41772
Typo (web site). Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/129e4177 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/129e4177 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/129e4177 Branch: refs/heads/master Commit: 129e41772e497488643bcac8a7e6f539652ac8a9 Parents: 2716d53 Author: Gilles <er...@apache.org> Authored: Sat Sep 17 04:01:40 2016 +0200 Committer: Gilles <er...@apache.org> Committed: Sat Sep 17 04:01:40 2016 +0200 ---------------------------------------------------------------------- src/site/xdoc/index.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/129e4177/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index dabc77e..9228ef9 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -28,7 +28,7 @@ <section name="Apache Commons RNG: Random Numbers Generators" href="summary"> <p> Commons RNG provides implementations of pseudo-random numbers generators that are - either faster or of higher quality (and sometimes both) than <code>java.lang.Random</code>. + either faster or of higher quality (and sometimes both) than <code>java.util.Random</code>. </p> <p>