Skip to content

Commit 788327e

Browse files
committed
doc: error feature is supported
Part of #246
1 parent 0ffd926 commit 788327e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const (
4141
// (supported by connector).
4242
TransactionsFeature ProtocolFeature = 1
4343
// ErrorExtensionFeature represents support of MP_ERROR objects over MessagePack
44-
// (unsupported by connector).
44+
// (supported by connector).
4545
ErrorExtensionFeature ProtocolFeature = 2
4646
// WatchersFeature represents support of watchers
4747
// (supported by connector).

0 commit comments

Comments
 (0)