From d0469b75dd40dd8d14a60960ecbb53b2bb9b98f7 Mon Sep 17 00:00:00 2001 From: Andrei Bocan Date: Sun, 22 Aug 2021 09:27:51 -0700 Subject: [PATCH] Fix typo in Query Methods documentation --- src/main/asciidoc/jdbc.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/jdbc.adoc b/src/main/asciidoc/jdbc.adoc index d8aa77e5c5..8d5590f149 100644 --- a/src/main/asciidoc/jdbc.adoc +++ b/src/main/asciidoc/jdbc.adoc @@ -521,7 +521,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`