Skip to content

Commit f4fcd18

Browse files
committed
sql: fix a typo and update wording
Via: pingcap/docs-cn#917
1 parent 5a9073d commit f4fcd18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/character-set-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ The collation names in TiDB follow these conventions:
7373
| Suffix | Meaning |
7474
|:-------|:-------------------|
7575
| \_ai | Accent insensitive |
76-
| \_as | Accent insensitive |
76+
| \_as | Accent sensitive |
7777
| \_ci | Case insensitive |
7878
| \_cs | Case sensitive |
7979
| \_bin | Binary |
8080

81-
> **Note**: For now, TiDB supports on some of the collations in the above table.
81+
> **Note**: Currently, TiDB only supports some of the collations in the above table.
8282
8383
## Database character set and collation
8484

0 commit comments

Comments
 (0)