Skip to content

Commit 68fcc39

Browse files
peteboerekay-kim
authored andcommitted
Fix typo
arrary => array
1 parent 9d18a45 commit 68fcc39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/operator/aggregation/last-array-element.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The :expression:`$last` operator is an alias for the following
4747

4848
.. code-block:: javascript
4949

50-
{ $arrayElemAt: [ <arrary expression>, -1 ] }
50+
{ $arrayElemAt: [ <array expression>, -1 ] }
5151

5252
Behavior
5353
--------

0 commit comments

Comments
 (0)