Merge "LogicalConstraint: typo in comment"

This commit is contained in:
Brad Fitzpatrick 2013-12-07 15:15:44 +00:00 committed by Gerrit Code Review
commit 1ca8b90d6c
1 changed files with 1 additions and 1 deletions

View File

@ -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.