Remove trailing comma in zh-CN (#912)

This commit is contained in:
Komoriii096
2021-01-27 16:46:52 +08:00
committed by GitHub
parent c242563a13
commit 27ac0e1acc

View File

@@ -109,7 +109,7 @@ Nightly 版本的编译器允许我们在源码的开头插入**特性标签**
"target-pointer-width": "64", "target-pointer-width": "64",
"target-c-int-width": "32", "target-c-int-width": "32",
"os": "none", "os": "none",
"executables": true, "executables": true
} }
``` ```