diff --git a/documentation/src/main/asciidoc/introduction/Interacting.adoc b/documentation/src/main/asciidoc/introduction/Interacting.adoc index 2252626228..33eacbdddd 100644 --- a/documentation/src/main/asciidoc/introduction/Interacting.adoc +++ b/documentation/src/main/asciidoc/introduction/Interacting.adoc @@ -1064,7 +1064,7 @@ if (!firstPage.isLastPage()) { ---- The "key" in key-based pagination refers to a unique key of the result set which determines a total order on the query results. -In this example, `Book_.isbn` is the key. +In this example, `Book.isbn` is the key. Since this code is a little bit fiddly, key-based pagination works best with <>.