Skip to content

Commit

Permalink
Merge pull request #1425 from dvusboy/update_constraints_doc
Browse files Browse the repository at this point in the history
Replace `Operator` with `Operand`
  • Loading branch information
diptanu authored Jul 14, 2016
2 parents 7e51a41 + a4af8ab commit 3c68601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/source/docs/jobspec/json.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@ The `Constraint` object supports the following keys:
This can be a literal value, another attribute or a regular expression if
the `Operator` is in "regexp" mode.
* `Operator` - `Operator` if omitted defaults to `==` and an take on the
following values:
* `Operand` - Specifies the test to be performed on the two targets. It takes on the
following values:
* `regexp` - Allows the `RTarget` to be a regular expression to be matched.
Expand Down

0 comments on commit 3c68601

Please sign in to comment.