fix minor typo
This commit is contained in:
parent
e073e4e966
commit
d8fb935ae0
|
@ -224,8 +224,8 @@ List<BookSummary> results =
|
||||||
BookSummary.class)
|
BookSummary.class)
|
||||||
.getResultList();
|
.getResultList();
|
||||||
for (var result : results) {
|
for (var result : results) {
|
||||||
String title = result.title();
|
String title = result.title();
|
||||||
String preamble = resukt.summary();
|
String preamble = result.summary();
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue