Skip to content

Commit 381b09c

Browse files
[typo](docs) fix SHOW COLLATION example command (#3366)
## Summary - verify #2718 still applies: example command in zh `SHOW-COLLATION.md` uses `how collation;` - fix typo to `show collation;` - keep commit signed with original author identity ## Reference - redoes issue intent from #2718 Co-authored-by: chengwei <112926116+chengwei977@users.noreply.github.com>
1 parent f008736 commit 381b09c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-reference/Show-Statements

i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-reference/Show-Statements/SHOW-COLLATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SHOW COLLATION
2929
## 示例
3030

3131
```sql
32-
how collation;
32+
show collation;
3333
```
3434

3535
```

0 commit comments

Comments
 (0)