From d5515fc47855058fba6191254b3edc1f65dda5ad Mon Sep 17 00:00:00 2001 From: Emily Date: Mon, 10 Feb 2014 12:13:35 -0500 Subject: [PATCH] Update db.collection.findOne-param.yaml --- source/reference/method/db.collection.findOne-param.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/method/db.collection.findOne-param.yaml b/source/reference/method/db.collection.findOne-param.yaml index dc17c7d1266..29f8c954848 100644 --- a/source/reference/method/db.collection.findOne-param.yaml +++ b/source/reference/method/db.collection.findOne-param.yaml @@ -18,5 +18,5 @@ field: name: projection type: document position: 2 -description: Specifies the fields to return using :doc:`projection operators `. To return all fields in the matching document, omit this parameter. +description: Specifies the fields to return using :doc:`projection operators `. Omit this parameter to return all fields in the matching document. ...