From d2c851d1488a4d01d3898548b08be266389b6d1d Mon Sep 17 00:00:00 2001 From: Aymeric Beaumet Date: Mon, 21 May 2018 12:01:44 +0200 Subject: [PATCH] docs: fix typo in json documentation --- website/source/api/json-jobs.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/json-jobs.html.md b/website/source/api/json-jobs.html.md index 27bb00756..6059f6e4a 100644 --- a/website/source/api/json-jobs.html.md +++ b/website/source/api/json-jobs.html.md @@ -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.