We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328dc07 commit f5fe441Copy full SHA for f5fe441
src/main/java/ru/lanwen/verbalregex/VerbalExpression.java
@@ -73,7 +73,7 @@ public VerbalExpression build() {
73
* Everything added to the expression should go trough this method
74
* (keep in mind when creating your own methods).
75
* All existing methods already use this, so for basic usage, you can just ignore this method.
76
- * <p/>
+ * <p>
77
* Example:
78
* regex().add("\n.*").build() // produce exact "\n.*" regexp
79
*
0 commit comments