Skip to content

Commit

Permalink
Fix readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcgee-mac committed Feb 24, 2021
1 parent 88fd350 commit 0c8fc46
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 @@ -140,7 +140,7 @@ this case we use the built-in NoP (ie. No Parameters) placeholder.
+ "FROM bar WHERE "
+ "bar.baz = 123;")
NormStatement<NoP, r>() {
}.executeQuery(dbConn)).forEach ( r -> System.out.println(r.foo) );
}.executeQuery(dbConn).forEach ( r -> System.out.println(r.foo) );
```

## Statements without results
Expand Down

0 comments on commit 0c8fc46

Please sign in to comment.