Skip to content

Commit 7c4043e

Browse files
zmackschauder
authored andcommitted
Fix typo in Query Methods documentation.
Original pull request #1030
1 parent e5e529d commit 7c4043e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/jdbc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ The following table shows the keywords that are supported for query methods:
539539
| `age BETWEEN from AND to`
540540

541541
| `NotBetween`
542-
| `findByAgeBetween(int from, int to)`
542+
| `findByAgeNotBetween(int from, int to)`
543543
| `age NOT BETWEEN from AND to`
544544

545545
| `In`

0 commit comments

Comments
 (0)