Skip to content

Commit 0ae8ff3

Browse files
gufengwyx8lanwen
authored andcommitted
Fix Javadoc comments in maybe method
1 parent 2ab1ed2 commit 0ae8ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ru/lanwen/verbalregex/VerbalExpression.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public Builder maybe(final String pValue) {
188188
* regex.test("Mr. Bond/") //true
189189
* regex.test("James") //true
190190
*
191-
* @param pValue - the string to be looked for
191+
* @param regex - the string to be looked for
192192
* @return this builder
193193
*/
194194
public Builder maybe(final Builder regex) {

0 commit comments

Comments
 (0)