fix ch3.5.1 translate error

pull/130/head
Wingrez 2022-10-06 11:59:29 +08:00 committed by GitHub
parent 561b2d100a
commit 380ff85241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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