Skip to content

Commit dfa3763

Browse files
committed
vale
1 parent 44b00b4 commit dfa3763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/aggregation/agg-exp-ops.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ filtered results as a new ``availableShowtimes`` array field.
397397
You must specify the type of values that an array contains when using
398398
the ``getArray()`` method to work with the values as any specific
399399
type. For example, you must specify that an array contains integers
400-
if you want to perform calculations with those integers elsewhere in
400+
to perform calculations with those integers elsewhere in
401401
your application.
402402

403403
The example in this section specifies that the ``seats`` array
@@ -1118,7 +1118,7 @@ using the methods described in this section.
11181118
These methods do not return boolean values. Instead, you provide a default value
11191119
that matches the type specified by the method. If the checked value
11201120
matches the method type, the checked value is returned. Otherwise, the supplied
1121-
default value is returned. If you want to program branching logic based on the
1121+
default value is returned. To program branching logic based on the
11221122
data type, see ``switchOn()``.
11231123

11241124
.. list-table::

0 commit comments

Comments
 (0)