Skip to content

Commit 6d9cb62

Browse files
Update extensions/extensions_test.go
Co-authored-by: Yogesh Deshpande <[email protected]>
1 parent b6e44f6 commit 6d9cb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/extensions_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ func Test_Extensions_unknown_handling_JSON(t *testing.T) {
251251
_, ok := entity.Extensions.Cached["size"] // nolint: staticcheck
252252
assert.False(t, ok)
253253

254-
// "size" has been recoginized and removed form cache; we can now
254+
// "size" has been recognized and removed form cache; we can now
255255
// serialize it to CBOR as we now know its code point. The only
256256
// remaining unknown extension has a name that can parse to an integer,
257257
// so we can use that as the code point for CBOR, and serialization

0 commit comments

Comments
 (0)