mirror of https://github.com/perkeep/perkeep.git
Merge "LogicalConstraint: typo in comment"
This commit is contained in:
commit
1ca8b90d6c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue