Skip to content

Commit

Permalink
ethereum: fix a typo in FilterQuery{} (ethereum#16827)
Browse files Browse the repository at this point in the history
Fix a spelling mistake in comment
  • Loading branch information
mohanson authored and karalabe committed May 29, 2018
1 parent ccc0deb commit a9c6ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ type FilterQuery struct {
// {} or nil matches any topic list
// {{A}} matches topic A in first position
// {{}, {B}} matches any topic in first position, B in second position
// {{A}}, {B}} matches topic A in first position, B in second position
// {{A}, {B}} matches topic A in first position, B in second position
// {{A, B}}, {C, D}} matches topic (A OR B) in first position, (C OR D) in second position
Topics [][]common.Hash
}
Expand Down

0 comments on commit a9c6ef6

Please sign in to comment.