File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ filtered results as a new ``availableShowtimes`` array field.
397
397
You must specify the type of values that an array contains when using
398
398
the ``getArray()`` method to work with the values as any specific
399
399
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
401
401
your application.
402
402
403
403
The example in this section specifies that the ``seats`` array
@@ -1118,7 +1118,7 @@ using the methods described in this section.
1118
1118
These methods do not return boolean values. Instead, you provide a default value
1119
1119
that matches the type specified by the method. If the checked value
1120
1120
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
1122
1122
data type, see ``switchOn()``.
1123
1123
1124
1124
.. list-table::
You can’t perform that action at this time.
0 commit comments