We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e2b92 commit 25764f8Copy full SHA for 25764f8
box/box.go
@@ -4,7 +4,7 @@ import (
4
"github.com/tarantool/go-tarantool/v2"
5
)
6
7
-// Box is a helper that wraps for box.* requests.
+// Box is a helper that wraps box.* requests.
8
// It holds a connection to the Tarantool instance via the Doer interface.
9
type Box struct {
10
conn tarantool.Doer // Connection interface for interacting with Tarantool.
0 commit comments