Skip to content

Commit 758d4b9

Browse files
committed
DAATCMNS-629 - Fixed sample in documentation section for limiting query results.
1 parent bb8c56b commit 758d4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/repositories.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ If the number is left out, a result size of 1 is assumed.
312312
====
313313
[source, java]
314314
----
315-
User findFirstByOrderByLastname();
315+
User findFirstByOrderByLastnameAsc();
316316
317317
User findTopByOrderByAgeDesc();
318318

0 commit comments

Comments
 (0)