summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlanscut <wp_scut@163.com>2019-12-17 19:29:04 +0800
committerNico Williams <nico@cryptonector.com>2020-01-02 10:52:12 -0600
commitfa3733cc4c001106847d2591f00abd401ce3e940 (patch)
tree7f061d968dff0a5c7de2e5c5fa6ef75d475def80 /docs
parent82987df98dc03d95a58363731a647520283071cd (diff)
fix typos
Diffstat (limited to 'docs')
-rw-r--r--docs/content/manual/v1.3/manual.yml2
-rw-r--r--docs/content/manual/v1.4/manual.yml2
-rw-r--r--docs/content/manual/v1.6/manual.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/manual/v1.3/manual.yml b/docs/content/manual/v1.3/manual.yml
index 4153baec..b2e387d7 100644
--- a/docs/content/manual/v1.3/manual.yml
+++ b/docs/content/manual/v1.3/manual.yml
@@ -420,7 +420,7 @@ sections:
body: |
As well as normal arithmetic subtraction on numbers, the `-`
- operator can be used on arrays to remove all occurences of
+ operator can be used on arrays to remove all occurrences of
the second array's elements from the first array.
examples:
diff --git a/docs/content/manual/v1.4/manual.yml b/docs/content/manual/v1.4/manual.yml
index 2763a0d9..206bf2e1 100644
--- a/docs/content/manual/v1.4/manual.yml
+++ b/docs/content/manual/v1.4/manual.yml
@@ -517,7 +517,7 @@ sections:
body: |
As well as normal arithmetic subtraction on numbers, the `-`
- operator can be used on arrays to remove all occurences of
+ operator can be used on arrays to remove all occurrences of
the second array's elements from the first array.
examples:
diff --git a/docs/content/manual/v1.6/manual.yml b/docs/content/manual/v1.6/manual.yml
index 639afc17..27b7f55f 100644
--- a/docs/content/manual/v1.6/manual.yml
+++ b/docs/content/manual/v1.6/manual.yml
@@ -300,7 +300,7 @@ sections:
jq doesn't truncate the literal numbers to double unless there
is a need to make arithmetic operations with the number.
- Comparisions are carried out over the untruncated big decimal
+ Comparisons are carried out over the untruncated big decimal
representation of the number.
jq will also try to maintain the original decimal precision of the provided