Unverified Commit 5ada59bf authored by Charlie Voiselle's avatar Charlie Voiselle Committed by GitHub
Browse files

Merge pull request #4311 from aymericbeaumet/patch-1

docs: fix typo in json documentation
parents 504a9109 d2c851d1
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment