mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
chore: Fix some quoting
This commit is contained in:
parent
94579932b1
commit
93ea1a0252
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@ func (t Type) requiresLengthPrefix() bool {
|
|||
}
|
||||
|
||||
// isDynamicType returns true if the type is dynamic.
|
||||
// The following types are called “dynamic”:
|
||||
// The following types are called "dynamic":
|
||||
// * bytes
|
||||
// * string
|
||||
// * T[] for any T
|
||||
|
|
|
|||
Loading…
Reference in a new issue