diff --git a/src/essential/base/1.grammer.md b/src/essential/base/1.grammer.md index a5a303b40..91b459510 100644 --- a/src/essential/base/1.grammer.md +++ b/src/essential/base/1.grammer.md @@ -336,7 +336,7 @@ Go 中可用的转义字符 ### 字符串字面量 -字符串字面量必须使用双引号`""`括起来或者反引号(反引号字符串不允许转义) +字符串字面量必须使用双引号`""`括起来或者反引号` `` `(反引号字符串不允许转义) ```go `abc` // "abc"