Skip to content

Commit a95bdb2

Browse files
Update encoding/field_cache_test.go
Co-authored-by: Yogesh Deshpande <[email protected]>
1 parent 699a908 commit a95bdb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

encoding/field_cache_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func Test_preserve_unknown_embeds_CBOR(t *testing.T) {
103103
assert.Equal(t, data, outData)
104104

105105
// Now, the same test with IEmbeddedValue not set. This simulates the
106-
// case where extensions are present int the data but the struct needed
106+
// case where extensions are present in the data but the struct needed
107107
// to understand them has not been registered.
108108
myStruct = MyStruct{}
109109

0 commit comments

Comments
 (0)