File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ title: 勘误表
40
40
41
41
## 第 73 页
42
42
43
- 第一段代码块为 (https://go.dev/play/p/SrKx07Mo7Ti):
43
+ 第一段代码块为( [ go play 地址 ] ( https://go.dev/play/p/SrKx07Mo7Ti ) ) :
44
44
45
45
``` go
46
46
package main
@@ -88,7 +88,7 @@ printStudent GoRoutine called &{qcrao 18}
88
88
&{Stefno 100}
89
89
```
90
90
91
- 图中变量标注有误:
91
+ - 图中变量标注有误:
92
92
93
93
<img width =" 822 " alt =" image " src =" https://user-images.githubusercontent.com/5498964/168426034-165dfb6b-5142-43df-850e-063d7a18b574.png " >
94
94
@@ -99,6 +99,13 @@ printStudent GoRoutine called &{qcrao 18}
99
99
100
100
<img width =" 1187 " alt =" image " src =" https://user-images.githubusercontent.com/7698088/165060080-fc5d069f-35f3-4e4e-aaf9-f2c359ea65a6.png " >
101
101
102
+ ## 第 89 页
103
+
104
+ - 多余的“个”
105
+
106
+ <img width =" 976 " alt =" image " src =" https://user-images.githubusercontent.com/7698088/168477280-a32572ce-59ca-4bef-a4b8-dabf29c09447.png " >
107
+
108
+
102
109
## 第 112 页
103
110
104
111
- 当 n==5 时,描述有问题
@@ -126,7 +133,7 @@ printStudent GoRoutine called &{qcrao 18}
126
133
127
134
## 第 240 页
128
135
129
- 12.14.1 小节中,"这时和P绑定的G正在进行系统调用,无法执行其他的G" 更改为 "这时和P绑定的M正在进行系统调用,无法执行其他的G"
136
+ - 12.14.1 小节中,"这时和P绑定的G正在进行系统调用,无法执行其他的G" 更改为 "这时和P绑定的M正在进行系统调用,无法执行其他的G"
130
137
131
138
## 第 255 页
132
139
You can’t perform that action at this time.
0 commit comments