diff --git a/sql/character-set-support.md b/sql/character-set-support.md index 2263be55940bb..c557f5855e076 100644 --- a/sql/character-set-support.md +++ b/sql/character-set-support.md @@ -73,12 +73,12 @@ The collation names in TiDB follow these conventions: | Suffix | Meaning | |:-------|:-------------------| | \_ai | Accent insensitive | - | \_as | Accent insensitive | + | \_as | Accent sensitive | | \_ci | Case insensitive | | \_cs | Case sensitive | | \_bin | Binary | -> **Note**: For now, TiDB supports on some of the collations in the above table. +> **Note**: Currently, TiDB only supports some of the collations in the above table. ## Database character set and collation