Skip to content

Commit

Permalink
Merge pull request #4311 from aymericbeaumet/patch-1
Browse files Browse the repository at this point in the history
docs: fix typo in json documentation
  • Loading branch information
angrycub authored May 21, 2018
2 parents 504a910 + d2c851d commit 5ada59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/api/json-jobs.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ The `Constraint` object supports the following keys:
Placing the constraint at both the job level and at the task group level is
redundant since when placed at the job level, the constraint will be applied
to all task groups. When specified, `LTarget` should be the property
that should be distinct and and `RTarget` should be omitted.
that should be distinct and `RTarget` should be omitted.

- Comparison Operators - `=`, `==`, `is`, `!=`, `not`, `>`, `>=`, `<`, `<=`. The
ordering is compared lexically.
Expand Down

0 comments on commit 5ada59b

Please sign in to comment.