We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626b839 commit af3eefaCopy full SHA for af3eefa
database/ydb/ydb.go
@@ -38,7 +38,7 @@ const (
38
var (
39
ErrNilConfig = fmt.Errorf("no config")
40
ErrNoDatabaseName = fmt.Errorf("no database name")
41
- ErrUnsupportedTLSVersion = fmt.Errorf("unsupported tls version: use 1.0, 1.1, 1,2 or 1.3")
+ ErrUnsupportedTLSVersion = fmt.Errorf("unsupported tls version: use 1.0, 1.1, 1.2 or 1.3")
42
)
43
44
type Config struct {
0 commit comments