From d53d129038274712239f6bfbf83a0e13e8de2b34 Mon Sep 17 00:00:00 2001 From: Bob Grabar Date: Wed, 23 Apr 2014 09:25:20 -0400 Subject: [PATCH] typo --- source/release-notes/2.6.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes/2.6.txt b/source/release-notes/2.6.txt index 715332d3ccd..ca22c4925bd 100644 --- a/source/release-notes/2.6.txt +++ b/source/release-notes/2.6.txt @@ -123,7 +123,7 @@ MongoDB 2.6 adds the write commands :dbcommand:`insert`, for the improved bulk insert. All officially supported MongoDB drivers support the new write commands. -The:program:`mongo` shell now includes +The :program:`mongo` shell now includes methods to perform bulk-write operations. See :method:`Bulk()` for more information.