Skip to content

Commit ddaaa6a

Browse files
committed
Merge doc update for modify method
PR #93
2 parents 85fc268 + 12ab2ae commit ddaaa6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Database/MongoDB/Query.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ upsert :: (MonadIO m)
611611
upsert = update [Upsert]
612612

613613
type Modifier = Document
614-
-- ^ Update operations on fields in a document. See <http://www.mongodb.org/display/DOCS/Updating#Updating-ModifierOperations>
614+
-- ^ Update operations on fields in a document. See <https://docs.mongodb.com/manual/reference/operator/update/>
615615

616616
modify :: (MonadIO m)
617617
=> Selection -> Modifier -> Action m ()

0 commit comments

Comments
 (0)