Skip to content

Commit af3eefa

Browse files
asmyasnikovCopilot
andauthored
Update database/ydb/ydb.go
Co-authored-by: Copilot <[email protected]>
1 parent 626b839 commit af3eefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/ydb/ydb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const (
3838
var (
3939
ErrNilConfig = fmt.Errorf("no config")
4040
ErrNoDatabaseName = fmt.Errorf("no database name")
41-
ErrUnsupportedTLSVersion = fmt.Errorf("unsupported tls version: use 1.0, 1.1, 1,2 or 1.3")
41+
ErrUnsupportedTLSVersion = fmt.Errorf("unsupported tls version: use 1.0, 1.1, 1.2 or 1.3")
4242
)
4343

4444
type Config struct {

0 commit comments

Comments
 (0)