Skip to content

Commit aa51d63

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

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
@@ -521,7 +521,7 @@ The following table shows the keywords that are supported for query methods:
521521
| `age BETWEEN from AND to`
522522

523523
| `NotBetween`
524-
| `findByAgeBetween(int from, int to)`
524+
| `findByAgeNotBetween(int from, int to)`
525525
| `age NOT BETWEEN from AND to`
526526

527527
| `In`

0 commit comments

Comments
 (0)