Fix wording in docs

This commit is contained in:
Victor Denisov 2017-05-21 00:31:49 -07:00
parent 4f5fa5bd3c
commit 161ca964cb

View file

@ -160,7 +160,8 @@ data WriteResult = WriteResult
, nMatched :: Int , nMatched :: Int
, nModified :: Maybe Int , nModified :: Maybe Int
, nRemoved :: Int , nRemoved :: Int
-- ^ Mongodb server before 2.6 doesn't allow to calculate this value. This field is nothing if we can't calculate the number of modified documents. -- ^ Mongodb server before 2.6 doesn't allow to calculate this value.
-- This field is meaningless if we can't calculate the number of modified documents.
, upserted :: [Upserted] , upserted :: [Upserted]
, writeErrors :: [Failure] , writeErrors :: [Failure]
, writeConcernErrors :: [Failure] , writeConcernErrors :: [Failure]