fix minor typo
This commit is contained in:
parent
dc00b6c0ea
commit
ddee1a1c19
|
@ -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();
|
||||
}
|
||||
----
|
||||
|
||||
|
|
Loading…
Reference in New Issue