Fix wording in docs
This commit is contained in:
parent
4f5fa5bd3c
commit
161ca964cb
1 changed files with 2 additions and 1 deletions
|
@ -160,7 +160,8 @@ data WriteResult = WriteResult
|
|||
, nMatched :: Int
|
||||
, nModified :: Maybe 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]
|
||||
, writeErrors :: [Failure]
|
||||
, writeConcernErrors :: [Failure]
|
||||
|
|
Loading…
Reference in a new issue