Skip to content

Commit 44a5c4b

Browse files
committed
Fix "the the" in manuals
1 parent a12b910 commit 44a5c4b

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docs/content/3.manual/manual.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -962,8 +962,8 @@ sections:
962962
body: |
963963
964964
The filter `any` takes as input an array of boolean values,
965-
and produces `true` as output if any of the the elements of
966-
the array is `true`.
965+
and produces `true` as output if any of the elements of
966+
the array are `true`.
967967
968968
If the input is an empty array, `any` returns `false`.
969969
@@ -988,7 +988,7 @@ sections:
988988
body: |
989989
990990
The filter `all` takes as input an array of boolean values,
991-
and produces `true` as output if all of the the elements of
991+
and produces `true` as output if all of the elements of
992992
the array are `true`.
993993
994994
The `all(condition)` form applies the given condition to the
@@ -2622,8 +2622,8 @@ sections:
26222622
26232623
Several builtins are provided to make handling streams easier.
26242624
2625-
The examples below use the the streamed form of `[0,[1]]`, which
2626-
is `[[0],0],[[1,0],1],[[1,0]],[[1]]`.
2625+
The examples below use the streamed form of `[0,[1]]`, which is
2626+
`[[0],0],[[1,0],1],[[1,0]],[[1]]`.
26272627
26282628
Streaming forms include `[<path>, <leaf-value>]` (to indicate any
26292629
scalar value, empty array, or empty object), and `[<path>]` (to

docs/content/3.manual/v1.4/manual.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -767,8 +767,8 @@ sections:
767767
body: |
768768
769769
The filter `any` takes as input an array of boolean values,
770-
and produces `true` as output if any of the the elements of
771-
the array is `true`.
770+
and produces `true` as output if any of the elements of
771+
the array are `true`.
772772
773773
If the input is an empty array, `any` returns `false`.
774774
@@ -787,7 +787,7 @@ sections:
787787
body: |
788788
789789
The filter `all` takes as input an array of boolean values,
790-
and produces `true` as output if all of the the elements of
790+
and produces `true` as output if all of the elements of
791791
the array are `true`.
792792
793793
If the input is an empty array, `all` returns `true`.

docs/content/3.manual/v1.5/manual.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -932,8 +932,8 @@ sections:
932932
body: |
933933
934934
The filter `any` takes as input an array of boolean values,
935-
and produces `true` as output if any of the the elements of
936-
the array is `true`.
935+
and produces `true` as output if any of the elements of
936+
the array are `true`.
937937
938938
If the input is an empty array, `any` returns `false`.
939939
@@ -958,7 +958,7 @@ sections:
958958
body: |
959959
960960
The filter `all` takes as input an array of boolean values,
961-
and produces `true` as output if all of the the elements of
961+
and produces `true` as output if all of the elements of
962962
the array are `true`.
963963
964964
The `all(condition)` form applies the given condition to the
@@ -2565,7 +2565,7 @@ sections:
25652565
25662566
Several builtins are provided to make handling streams easier.
25672567
2568-
The examples below use the the streamed form of `[0,[1]]`, which
2568+
The examples below use the streamed form of `[0,[1]]`, which
25692569
is `[[0],0],[[1,0],1],[[1,0]],[[1]]`.
25702570
25712571
Streaming forms include `[<path>, <leaf-value>]` (to indicate any

0 commit comments

Comments
 (0)