We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e44f6 commit 6d9cb62Copy full SHA for 6d9cb62
extensions/extensions_test.go
@@ -251,7 +251,7 @@ func Test_Extensions_unknown_handling_JSON(t *testing.T) {
251
_, ok := entity.Extensions.Cached["size"] // nolint: staticcheck
252
assert.False(t, ok)
253
254
- // "size" has been recoginized and removed form cache; we can now
+ // "size" has been recognized and removed form cache; we can now
255
// serialize it to CBOR as we now know its code point. The only
256
// remaining unknown extension has a name that can parse to an integer,
257
// so we can use that as the code point for CBOR, and serialization
0 commit comments