This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/master by this push:
new d9311954 Fix HTML markup
d9311954 is described below
commit d93119547097041f3f0fb036ec0791f5a697beb2
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jul 29 16:21:56 2025 -0400
Fix HTML markup
---
src/main/javadoc/overview.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index 4a368be1..82af0b86 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -585,7 +585,7 @@ public static void main(String[] args) {
</p>
<p>
The examples below will implement <code>doSomething</code> in
the following code block.
- </p>p>
+ </p>
<pre><code>
public static void main(String[] args) {
Option n = Option.builder("n")