Skip to content

Commit 4650d39

Browse files
committed
Javadoc
1 parent a41a57e commit 4650d39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/commons/lang3/StringUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6039,7 +6039,7 @@ public static String repeat(final char repeat, final int count) {
60396039
}
60406040

60416041
/**
6042-
* Repeat a String {@code repeat} times to form a
6042+
* Repeats a String {@code repeat} times to form a
60436043
* new String.
60446044
*
60456045
* <pre>
@@ -6095,7 +6095,7 @@ public static String repeat(final String repeat, final int count) {
60956095
}
60966096

60976097
/**
6098-
* Repeat a String {@code repeat} times to form a
6098+
* Repeats a String {@code repeat} times to form a
60996099
* new String, with a String separator injected each time.
61006100
*
61016101
* <pre>

0 commit comments

Comments
 (0)