Skip to content

Commit

Permalink
fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed May 27, 2023
1 parent e073e4e commit d8fb935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/src/main/asciidoc/querylanguage/Relational.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ List<BookSummary> results =
BookSummary.class)
.getResultList();
for (var result : results) {
String title = result.title();
String preamble = resukt.summary();
String title = result.title();
String preamble = result.summary();
}
----

Expand Down

0 comments on commit d8fb935

Please sign in to comment.