aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/RandomStringUtils.java
diff options
context:
space:
mode:
authorTompkins <chtompki@apache.org>2019-04-08 08:13:39 -0400
committerTompkins <chtompki@apache.org>2019-04-08 08:13:39 -0400
commit69326c8ba9d4b0399701ab3de40ed20d35f9e248 (patch)
tree30f1b8b4cc310a1a4208ad29b8baedd462657338 /src/main/java/org/apache/commons/lang3/RandomStringUtils.java
parent3f43706192b1b75c5023f165534a12b192c31442 (diff)
downloadapache-commons-lang-69326c8ba9d4b0399701ab3de40ed20d35f9e248.tar.gz
(docs) update user use -> user explore
Diffstat (limited to 'src/main/java/org/apache/commons/lang3/RandomStringUtils.java')
-rw-r--r--src/main/java/org/apache/commons/lang3/RandomStringUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/apache/commons/lang3/RandomStringUtils.java b/src/main/java/org/apache/commons/lang3/RandomStringUtils.java
index 9fe6684fd..e0472c9b5 100644
--- a/src/main/java/org/apache/commons/lang3/RandomStringUtils.java
+++ b/src/main/java/org/apache/commons/lang3/RandomStringUtils.java
@@ -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