diff --git a/src/main/asciidoc/jdbc.adoc b/src/main/asciidoc/jdbc.adoc index 48c6c6a03..fcaa3f244 100644 --- a/src/main/asciidoc/jdbc.adoc +++ b/src/main/asciidoc/jdbc.adoc @@ -540,7 +540,7 @@ The following table shows the keywords that are supported for query methods: | `LessThanEqual` | `findByAgeLessThanEqual(int age)` -| `age <= age` +| `age \<= age` | `Between` | `findByAgeBetween(int from, int to)`