Skip to content

Commit

Permalink
Fix typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Aug 21, 2024
1 parent 57d2fb9 commit cc3d5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/commons/cli/CommandLine.java
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ public String getOptionValue(final OptionGroup optionGroup, final String default
/**
* Gets the first argument, if any, of an option group.
*
* @param optionGroup the option group..
* @param optionGroup the option group.
* @param defaultValue is a supplier for the default value to be returned if the option group is not selected.
* @return Value of the argument if option group is selected, and has an argument, otherwise {@code defaultValue}.
* @since 1.9.0
Expand Down

0 comments on commit cc3d5be

Please sign in to comment.