Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcgee-mac committed Feb 8, 2021
1 parent 8db0610 commit f04732d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public void testMyStatement() {
}
```

Another benefit to first classs statements is that they are much faster for
Another benefit to first class statements is that they are much faster for
statements that produce a large number of results or are repetitive. This is due
to the code generation that becomes possible when the statements exist outside of
a method. Without the code generation all of the operations are done using Java
Expand Down

0 comments on commit f04732d

Please sign in to comment.