Fix typo in Query Methods documentation.

Original pull request #1030
This commit is contained in:
Andrei Bocan
2021-08-22 09:27:51 -07:00
committed by Jens Schauder
parent 61f45bcc20
commit b26813981a

View File

@@ -533,7 +533,7 @@ The following table shows the keywords that are supported for query methods:
| `age BETWEEN from AND to`
| `NotBetween`
| `findByAgeBetween(int from, int to)`
| `findByAgeNotBetween(int from, int to)`
| `age NOT BETWEEN from AND to`
| `In`