We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4181a7 commit c01f8c3Copy full SHA for c01f8c3
accounts/abi/type.go
@@ -91,7 +91,7 @@ func NewType(t string) (typ Type, err error) {
91
}
92
typ.Elem = &sliceType
93
typ.stringKind = sliceType.stringKind + t[len(res[1]):]
94
- // Altough we know that this is an array, we cannot return
+ // Although we know that this is an array, we cannot return
95
// as we don't know the type of the element, however, if it
96
// is still an array, then don't determine the type.
97
if typ.Elem.IsArray || typ.Elem.IsSlice {
0 commit comments