summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Langford <wlangfor@gmail.com>2019-01-05 16:04:30 -0500
committerGitHub <noreply@github.com>2019-01-05 16:04:30 -0500
commit4b4fefa254346524c787b862e35e4fbb70e01e95 (patch)
treee7ee1a9101a4c85ba5bd2413cab63f6c32bab45d
parent0bc77083ba711e1961db1cb2ebc9de7c71d1a746 (diff)
parent9caa1ba14686a3b6b19584cafde126e3b921b78b (diff)
Merge pull request #1774 from dooglus/patch-1
Fix grammar typo.
-rw-r--r--docs/content/3.manual/v1.6/manual.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/3.manual/v1.6/manual.yml b/docs/content/3.manual/v1.6/manual.yml
index 051d6a45..554d5802 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