chore: Fix some quoting

This commit is contained in:
Andi 2024-04-24 10:26:16 +08:00 committed by GitHub
parent 94579932b1
commit 93ea1a0252
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -352,7 +352,7 @@ func (t Type) requiresLengthPrefix() bool {
} }
// isDynamicType returns true if the type is dynamic. // isDynamicType returns true if the type is dynamic.
// The following types are called “dynamic”: // The following types are called "dynamic":
// * bytes // * bytes
// * string // * string
// * T[] for any T // * T[] for any T