mirror of
https://github.com/treffynnon/sqlstyle.guide.git
synced 2025-03-09 12:49:51 -05:00
Merge pull request #35 from penghou620/gh-pages
Fix typo in Simplified Chinese Translation
This commit is contained in:
commit
079f9def5e
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ UPDATE file_system
|
|||
* 保证名字长度不超过30个字节。
|
||||
* 名字要以字母开头,不能以下划线结尾。
|
||||
* 只在名字中使用字母、数字和下划线。
|
||||
* 不要再名字中出现连续下划线——这样很难辨认。
|
||||
* 不要在名字中出现连续下划线——这样很难辨认。
|
||||
* 在名字中需要空格的地方用下划线代替。
|
||||
* 尽量避免使用缩写词。使用时一定确定这个缩写简明易懂。
|
||||
|
||||
|
|
Loading…
Reference in a new issue