Merge doc update for modify method

PR #93
This commit is contained in:
Victor Denisov 2019-03-03 17:34:31 -08:00
commit ddaaa6a9cd

View file

@ -611,7 +611,7 @@ upsert :: (MonadIO m)
upsert = update [Upsert] upsert = update [Upsert]
type Modifier = Document type Modifier = Document
-- ^ Update operations on fields in a document. See <http://www.mongodb.org/display/DOCS/Updating#Updating-ModifierOperations> -- ^ Update operations on fields in a document. See <https://docs.mongodb.com/manual/reference/operator/update/>
modify :: (MonadIO m) modify :: (MonadIO m)
=> Selection -> Modifier -> Action m () => Selection -> Modifier -> Action m ()