From a870b473c39d2fa25e4f6c676906ceadc425e73b Mon Sep 17 00:00:00 2001 From: Omid Raha Date: Sun, 2 Feb 2014 16:45:36 +0330 Subject: [PATCH] Update replica-set-write-concern.txt Removal of duplicated text --- source/core/replica-set-write-concern.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/replica-set-write-concern.txt b/source/core/replica-set-write-concern.txt index f02c10bfce8..91588f1b352 100644 --- a/source/core/replica-set-write-concern.txt +++ b/source/core/replica-set-write-concern.txt @@ -45,7 +45,7 @@ hold a copy of the data (i.e., greater than the number of non-:term:`arbiter` members), the operation blocks until those members become available. This can cause the operation to block forever. To specify a timeout threshold for the :dbcommand:`getLastError` operation, -use the ``wtimeout`` argument. argument. A ``wtimeout`` value of ``0`` +use the ``wtimeout`` argument. A ``wtimeout`` value of ``0`` means that the operation will never time out. See :ref:`getLastError Examples ` for example