Skip to content

Commit c1e3fe6

Browse files
siburukaralabe
authored andcommitted
ethereum: fix typo in interfaces.go (#18266)
* Fix typo in interfaces.go * Update interfaces.go
1 parent 2fdff33 commit c1e3fe6

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
@@ -146,7 +146,7 @@ type FilterQuery struct {
146146
// {{A}} matches topic A in first position
147147
// {{}, {B}} matches any topic in first position, B in second position
148148
// {{A}, {B}} matches topic A in first position, B in second position
149-
// {{A, B}}, {C, D}} matches topic (A OR B) in first position, (C OR D) in second position
149+
// {{A, B}, {C, D}} matches topic (A OR B) in first position, (C OR D) in second position
150150
Topics [][]common.Hash
151151
}
152152

0 commit comments

Comments
 (0)