From 9caa1ba14686a3b6b19584cafde126e3b921b78b Mon Sep 17 00:00:00 2001 From: Chris Moore Date: Thu, 29 Nov 2018 05:44:05 -0800 Subject: [PATCH] Fix grammar typo. 'operator' needs to be plural here. --- docs/content/3.manual/v1.6/manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/3.manual/v1.6/manual.yml b/docs/content/3.manual/v1.6/manual.yml index 051d6a4500..554d5802dc 100644 --- a/docs/content/3.manual/v1.6/manual.yml +++ b/docs/content/3.manual/v1.6/manual.yml @@ -623,7 +623,7 @@ sections: - title: Builtin operators and functions body: | - Some jq operator (for instance, `+`) do different things + Some jq operators (for instance, `+`) do different things depending on the type of their arguments (arrays, numbers, etc.). However, jq never does implicit type conversions. If you try to add a string to an object you'll get an error message and