diff --git a/optimizer-hints.md b/optimizer-hints.md index 42f7ed1435808..e468fb59ded03 100644 --- a/optimizer-hints.md +++ b/optimizer-hints.md @@ -955,7 +955,7 @@ The execution plan is as follows: 5 rows in set, 1 warning (0.00 sec) ``` -In the preceding statements, the collations of `t1.k` and `t2.k` are incompatible (`utf8mb4_general_ci` and `utf8mb4_bin` respectively), which prevents the `INL_JOIN`, `TIDB_INLJ` hint from taking effect. +In the preceding statements, the collations of `t1.k` and `t2.k` are incompatible (`utf8mb4_general_ci` and `utf8mb4_bin` respectively), which prevents the `INL_JOIN` or `TIDB_INLJ` hint from taking effect. ```sql SHOW WARNINGS;