Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.

Commit 6a48887

Browse files
mohansonacud
authored andcommitted
ethereum: fix a typo in FilterQuery{} (#16827)
Fix a spelling mistake in comment
1 parent dfac8d2 commit 6a48887

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)