Skip to content

Commit e2b875b

Browse files
committed
fix
1 parent 880c5e5 commit e2b875b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/query/result.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ func newResult(
143143
}
144144

145145
r.closeOnce = sync.OnceFunc(func() {
146-
for i := range r.onClose { // descending call for LIFO
146+
for i := range r.onClose { // descending calls for LIFO
147147
r.onClose[len(r.onClose)-i-1]()
148148
}
149149
})

0 commit comments

Comments
 (0)