From d593b6f98adf3275275ba6a74a97e902591bed25 Mon Sep 17 00:00:00 2001 From: Aaron Boodman Date: Sat, 7 Dec 2013 07:10:52 -0800 Subject: [PATCH] LogicalConstraint: typo in comment Change-Id: I62345763e42832e2575f492a9678dbb0cfb65ec6 --- pkg/search/query.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/search/query.go b/pkg/search/query.go index ed9b8f223..3e16e49be 100644 --- a/pkg/search/query.go +++ b/pkg/search/query.go @@ -224,7 +224,7 @@ type ClaimConstraint struct { type LogicalConstraint struct { Op string `json:"op"` // "and", "or", "xor", "not" A *Constraint `json:"a"` - B *Constraint `json:"b"` // only valid if Op == "not" + B *Constraint `json:"b"` // only valid if Op != "not" } // PermanodeConstraint matches permanodes.