Skip to content

Commit ba7faee

Browse files
authored
Update README.md
1 parent f5668ae commit ba7faee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
jbock is a command line parser, which uses the same well-known annotation names as [JCommander](https://jcommander.org/)
55
and [picocli](https://github.com/remkop/picocli).
6-
Being an
6+
It is an
77
[annotation processor](https://openjdk.java.net/groups/compiler/processing-code.html)
8-
means it doesn't use reflection, but generates a custom parser at compile time instead.
8+
so it doesn't use runtime reflection, but generates a custom parser at compile time instead.
99

1010
### Quick rundown
1111

0 commit comments

Comments
 (0)