1
0
Fork 0
mirror of https://github.com/treffynnon/sqlstyle.guide.git synced 2025-03-09 12:49:51 -05:00

fix typo in Simplified Chinese Translation

This commit is contained in:
Peng Hou 2017-12-06 09:46:54 -05:00
parent 0f5633c288
commit 23691bcccc

View file

@ -52,7 +52,7 @@ UPDATE file_system
* 保证名字长度不超过30个字节。
* 名字要以字母开头,不能以下划线结尾。
* 只在名字中使用字母、数字和下划线。
* 不要名字中出现连续下划线——这样很难辨认。
* 不要名字中出现连续下划线——这样很难辨认。
* 在名字中需要空格的地方用下划线代替。
* 尽量避免使用缩写词。使用时一定确定这个缩写简明易懂。