fix ch3.5.1 translate error

This commit is contained in:
Wingrez
2022-10-06 11:59:29 +08:00
committed by GitHub
parent 561b2d100a
commit 380ff85241

View File

@@ -71,7 +71,7 @@ s[0] = 'L' // compile error: cannot assign to s[0]
字符串值也可以用字符串面值方式编写只要将一系列字节序列包含在双引号内即可
```
"Hello, 世界"
"Hello, world"
```
![](../images/ch3-04.png)