Skip to content

Commit e79d700

Browse files
author
Dave
authored
DOCSP-22639 wrong fieldname (#1102)
1 parent 30de616 commit e79d700

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/operator/aggregation/lookup.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,8 @@ Create another collection ``members`` with these documents:
539539
] )
540540

541541
The following aggregation operation joins documents in the ``classes``
542-
collection with the ``members`` collection, matching on the ``members``
543-
field to the ``name`` field:
542+
collection with the ``members`` collection, matching on the
543+
``enrollmentlist`` field to the ``name`` field:
544544

545545
.. code-block:: javascript
546546

0 commit comments

Comments
 (0)