Skip to content

Commit 25764f8

Browse files
Update box.go
Co-authored-by: Alexander Tulchinskiy <[email protected]>
1 parent a4e2b92 commit 25764f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

box/box.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"github.com/tarantool/go-tarantool/v2"
55
)
66

7-
// Box is a helper that wraps for box.* requests.
7+
// Box is a helper that wraps box.* requests.
88
// It holds a connection to the Tarantool instance via the Doer interface.
99
type Box struct {
1010
conn tarantool.Doer // Connection interface for interacting with Tarantool.

0 commit comments

Comments
 (0)