diff --git a/reference/mongo/mongocommandcursor/current.xml b/reference/mongo/mongocommandcursor/current.xml
index 6827012ce4..47a6d66e9c 100644
--- a/reference/mongo/mongocommandcursor/current.xml
+++ b/reference/mongo/mongocommandcursor/current.xml
@@ -14,7 +14,7 @@
- This returns &null; until MongoCommandCursor::next is called.
+ This returns &null; until MongoCommandCursor::rewind is called.
@@ -26,9 +26,17 @@
&reftitle.returnvalues;
- The current result as an associative array.
+ The current result document as an associative array. &null; will be returned
+ if there is no result.
+
+
+ &reftitle.seealso;
+
+ Iterator::current
+
+