We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 699a908 commit a95bdb2Copy full SHA for a95bdb2
encoding/field_cache_test.go
@@ -103,7 +103,7 @@ func Test_preserve_unknown_embeds_CBOR(t *testing.T) {
103
assert.Equal(t, data, outData)
104
105
// Now, the same test with IEmbeddedValue not set. This simulates the
106
- // case where extensions are present int the data but the struct needed
+ // case where extensions are present in the data but the struct needed
107
// to understand them has not been registered.
108
myStruct = MyStruct{}
109
0 commit comments