summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Wolfsteller <felix.wolfsteller@gmail.com>2019-09-02 16:39:51 +0200
committerNico Williams <nico@cryptonector.com>2019-12-29 23:52:47 -0600
commit707022b0e5d2b1c7b8a55e3c4f4ab539e05a9086 (patch)
tree312367d91e09c7c09b871d5fbe43039ecbccbe78
parent2065d6c3aa700742d4fabf11e1d9462119d8f104 (diff)
Rephrase doc "A string B is contained in A" ...
Minor rephrasing to prevent read/brain backtracking when using capital letter A as an article and a variable term.
-rw-r--r--docs/content/manual/v1.6/manual.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/manual/v1.6/manual.yml b/docs/content/manual/v1.6/manual.yml
index 04e19048..639afc17 100644
--- a/docs/content/manual/v1.6/manual.yml
+++ b/docs/content/manual/v1.6/manual.yml
@@ -1422,7 +1422,7 @@ sections:
body: |
The filter `contains(b)` will produce true if b is
- completely contained within the input. A string B is
+ completely contained within the input. String B is
contained in a string A if B is a substring of A. An array B
is contained in an array A if all elements in B are
contained in any element in A. An object B is contained in