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
|
, 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]
|
||||||
|
|
Loading…
Reference in a new issue