aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--interfaces.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces.go b/interfaces.go
index 1ae1eba48..a8b48c93d 100644
--- a/interfaces.go
+++ b/interfaces.go
@@ -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
}