(docs) update user use -> user explore

This commit is contained in:
Tompkins 2019-04-08 08:13:39 -04:00
parent 3f43706192
commit 69326c8ba9
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ import java.util.Random;
* <p>We would like to further note to users that the Apache Commons Project has
* a component entirely dedicated to random number generation, namely
* <a href="http://commons.apache.org/rng">Commons RNG</a>. For a more extensive
* treatment of random numbers, we suggest that the user use this library.</p>
* treatment of random numbers, we suggest that the user explore this library.</p>
*
* <p>#ThreadSafe#</p>
* @since 1.0

View File

@ -28,7 +28,7 @@ import java.util.Random;
* <p>We would like to further note to users that the Apache Commons Project has
* a component entirely dedicated to random number generation, namely
* <a href="http://commons.apache.org/rng">Commons RNG</a>. For a more extensive
* treatment of random numbers, we suggest that the user use this library.</p>
* treatment of random numbers, we suggest that the user explore this library.</p>
*
* @since 3.3
*/