From f04732d7ae0f2c67c1b0001e3b923498bfcd2cf4 Mon Sep 17 00:00:00 2001 From: Chris McGee Date: Sun, 7 Feb 2021 22:42:56 -0500 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 540f5e1..1496257 100644 --- a/README.md +++ b/README.md @@ -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