Skip to content

Commit d931195

Browse files
committed
Fix HTML markup
1 parent d09bffe commit d931195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/javadoc/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ <h1>Deprecating Options</h1>
585585
</p>
586586
<p>
587587
The examples below will implement <code>doSomething</code> in the following code block.
588-
</p>p>
588+
</p>
589589
<pre><code>
590590
public static void main(String[] args) {
591591
Option n = Option.builder("n")

0 commit comments

Comments
 (0)