Skip to content

Commit 29a48a9

Browse files
author
chuyik
committed
Update 05.1.md
RowsAffected打错了
1 parent f971322 commit 29a48a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebook/05.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Next函数用来返回下一条数据,把数据赋值给dest。dest里面的
138138

139139

140140
## driver.RowsAffected
141-
RowsAffested其实就是一个int64的别名,但是他实现了Result接口,用来底层实现Result的表示方式
141+
RowsAffected其实就是一个int64的别名,但是他实现了Result接口,用来底层实现Result的表示方式
142142

143143
type RowsAffected int64
144144

0 commit comments

Comments
 (0)