Skip to content

Commit b268139

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/jdbc.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ The following table shows the keywords that are supported for query methods:
533533
| `age BETWEEN from AND to`
534534

535535
| `NotBetween`
536-
| `findByAgeBetween(int from, int to)`
536+
| `findByAgeNotBetween(int from, int to)`
537537
| `age NOT BETWEEN from AND to`
538538

539539
| `In`

0 commit comments

Comments
 (0)