Skip to content

Commit 9eeb929

Browse files
committed
Update 07.6.md
1 parent 6cff3fa commit 9eeb929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ebook/07.6.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
if err != nil {
144144
fmt.Println(err)
145145
}
146-
e, err := strconv.Itoa("1023")
146+
e, err := strconv.Atoi("1023")
147147
if err != nil {
148148
fmt.Println(err)
149149
}
@@ -154,4 +154,4 @@
154154
## links
155155
* [目录](<preface.md>)
156156
* 上一节: [文件操作](<07.5.md>)
157-
* 下一节: [小结](<07.7.md>)
157+
* 下一节: [小结](<07.7.md>)

0 commit comments

Comments
 (0)