From 93ea1a02521976ef2a2ae6d52f88fbda30538f49 Mon Sep 17 00:00:00 2001 From: Andi <36215014+ChengenH@users.noreply.github.com> Date: Wed, 24 Apr 2024 10:26:16 +0800 Subject: [PATCH] chore: Fix some quoting --- accounts/abi/type.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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