Skip to content

Commit a9c6ef6

Browse files
mohansonkaralabe
authored andcommitted
ethereum: fix a typo in FilterQuery{} (#16827)
Fix a spelling mistake in comment
1 parent ccc0deb commit a9c6ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interfaces.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ type FilterQuery struct {
144144
// {} or nil matches any topic list
145145
// {{A}} matches topic A in first position
146146
// {{}, {B}} matches any topic in first position, B in second position
147-
// {{A}}, {B}} matches topic A in first position, B in second position
147+
// {{A}, {B}} matches topic A in first position, B in second position
148148
// {{A, B}}, {C, D}} matches topic (A OR B) in first position, (C OR D) in second position
149149
Topics [][]common.Hash
150150
}

0 commit comments

Comments
 (0)