Skip to content

Commit acad309

Browse files
committed
DOCS-853 shorten sentences and change variable name
1 parent 7a5444f commit acad309

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/reference/method/cursor.toArray.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ cursor.toArray()
77
.. method:: cursor.toArray()
88

99
The :method:`toArray() <cursor.toArray()>` method returns an array
10-
that contains all the documents from a cursor. The method loads all
11-
the documents returned by the cursor into RAM and exhausts the
12-
cursor.
10+
that contains all the documents from a cursor. The method iterates
11+
completely the cursor, loading all the documents into RAM and
12+
exhausting the cursor.
1313

1414
:returns: An array of documents.
1515

0 commit comments

Comments
 (0)