all: fix typos in comments (#21118)
This commit is contained in:
@ -36,7 +36,7 @@ const (
|
||||
// OptionMethodInvocation is an indication that the codec supports RPC method calls
|
||||
OptionMethodInvocation CodecOption = 1 << iota
|
||||
|
||||
// OptionSubscriptions is an indication that the codec suports RPC notifications
|
||||
// OptionSubscriptions is an indication that the codec supports RPC notifications
|
||||
OptionSubscriptions = 1 << iota // support pub sub
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user