Skip to content

Commit a63eb57

Browse files
Update box/example_test.go
Co-authored-by: Oleg Jukovec <oleg.jukovec@gmail.com>
1 parent 6e9f931 commit a63eb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

box/example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func ExampleSchemaUser_Exists() {
9898
}
9999

100100
func ExampleSchemaUser_Create() {
101-
// Connect to Tarantool
101+
// Connect to Tarantool.
102102
dialer := tarantool.NetDialer{
103103
Address: "127.0.0.1:3013",
104104
User: "test",

0 commit comments

Comments
 (0)