Skip to content

Commit f5fe441

Browse files
authored
Fix tiny typo in javadoc. (#69)
The `<p>` tag at the beginning of the block was mistakenly put as a `</p>
1 parent 328dc07 commit f5fe441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public VerbalExpression build() {
7373
* Everything added to the expression should go trough this method
7474
* (keep in mind when creating your own methods).
7575
* All existing methods already use this, so for basic usage, you can just ignore this method.
76-
* <p/>
76+
* <p>
7777
* Example:
7878
* regex().add("\n.*").build() // produce exact "\n.*" regexp
7979
*

0 commit comments

Comments
 (0)