mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
fix minor typo
This commit is contained in:
parent
e073e4e966
commit
d8fb935ae0
@ -225,7 +225,7 @@ List<BookSummary> results =
|
||||
.getResultList();
|
||||
for (var result : results) {
|
||||
String title = result.title();
|
||||
String preamble = resukt.summary();
|
||||
String preamble = result.summary();
|
||||
}
|
||||
----
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user