Skip to content

Commit 9ade05e

Browse files
Update IParameterizedParser.java
Update typo in description
1 parent b4b2c05 commit 9ade05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/beust/jcommander/IParameterizedParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/**
66
* Thin interface allows the Parameterized parsing mechanism, which reflects an object to find the
7-
* JCommander annotations, to be replaced at runtime for cases where the source code can not
7+
* JCommander annotations, to be replaced at runtime for cases where the source code cannot
88
* be directly annotated with JCommander annotations, but may have other annotations such as
99
* Json annotations that can be used to reflect as JCommander parameters.
1010
*

0 commit comments

Comments
 (0)