diff --git a/accounts/abi/type.go b/accounts/abi/type.go index 3839826633..d540b100b2 100644 --- a/accounts/abi/type.go +++ b/accounts/abi/type.go @@ -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