Skip to content

Commit cc3d5be

Browse files
committed
Fix typos in comments
1 parent 57d2fb9 commit cc3d5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/cli/CommandLine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ public String getOptionValue(final OptionGroup optionGroup, final String default
375375
/**
376376
* Gets the first argument, if any, of an option group.
377377
*
378-
* @param optionGroup the option group..
378+
* @param optionGroup the option group.
379379
* @param defaultValue is a supplier for the default value to be returned if the option group is not selected.
380380
* @return Value of the argument if option group is selected, and has an argument, otherwise {@code defaultValue}.
381381
* @since 1.9.0

0 commit comments

Comments
 (0)