We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab1ed2 commit 0ae8ff3Copy full SHA for 0ae8ff3
src/main/java/ru/lanwen/verbalregex/VerbalExpression.java
@@ -188,7 +188,7 @@ public Builder maybe(final String pValue) {
188
* regex.test("Mr. Bond/") //true
189
* regex.test("James") //true
190
*
191
- * @param pValue - the string to be looked for
+ * @param regex - the string to be looked for
192
* @return this builder
193
*/
194
public Builder maybe(final Builder regex) {
0 commit comments