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 12ab74b commit 6e1aeb0Copy full SHA for 6e1aeb0
e2e/testsuite/codec.go
@@ -110,7 +110,7 @@ func MustProtoMarshalJSON(msg proto.Message) []byte {
110
anyResolver := codectypes.NewInterfaceRegistry()
111
112
// EmitDefaults is set to false to prevent marshalling of unpopulated fields (memo)
113
- // OrigName and the anyResovler match the fields the original SDK function would expect
+ // OrigName and the anyResolver match the fields the original SDK function would expect
114
// in order to minimize changes.
115
116
// OrigName is true since there is no particular reason to use camel case
0 commit comments