diff --git a/source/reference/operator/size.txt b/source/reference/operator/size.txt index b711a483fb4..4d734c18b32 100644 --- a/source/reference/operator/size.txt +++ b/source/reference/operator/size.txt @@ -14,7 +14,7 @@ $size db.collection.find( { field: { $size: 2 } } ); returns all documents in ``collection`` where ``field`` is an array - with 2 or more elements. For instance, the above expression will + with 2 elements. For instance, the above expression will return ``{ field: [ red, green ] }`` and ``{ field: [ apple, lime ] }`` but *not* ``{ field: fruit }`` or ``{ field: [ orange, lemon, grapefruit ] }``. To match fields with only one