Skip to content

Commit

Permalink
Update box.go
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Tulchinskiy  <[email protected]>
  • Loading branch information
KaymeKaydex and DerekBum authored Dec 9, 2024
1 parent a4e2b92 commit 25764f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion box/box.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/tarantool/go-tarantool/v2"
)

// Box is a helper that wraps for box.* requests.
// Box is a helper that wraps box.* requests.
// It holds a connection to the Tarantool instance via the Doer interface.
type Box struct {
conn tarantool.Doer // Connection interface for interacting with Tarantool.
Expand Down

0 comments on commit 25764f8

Please sign in to comment.