Skip to content

Commit 5528a3b

Browse files
committed
DAATCMNS-629 - Fixed sample in documentation section for limiting query results.
1 parent 37fbbd4 commit 5528a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/repositories.adoc

Lines changed: 1 addition & 1 deletion
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)