From 707022b0e5d2b1c7b8a55e3c4f4ab539e05a9086 Mon Sep 17 00:00:00 2001 From: Felix Wolfsteller Date: Mon, 2 Sep 2019 16:39:51 +0200 Subject: 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. --- docs/content/manual/v1.6/manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3