Skip to content

Commit 185b543

Browse files
committed
DATAJDBC-596 - Fix less-than comparator from ligature to less-than symbol.
1 parent 1eb1784 commit 185b543

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
@@ -540,7 +540,7 @@ The following table shows the keywords that are supported for query methods:
540540

541541
| `LessThanEqual`
542542
| `findByAgeLessThanEqual(int age)`
543-
| `age <= age`
543+
| `age \<= age`
544544

545545
| `Between`
546546
| `findByAgeBetween(int from, int to)`

0 commit comments

Comments
 (0)