Skip to content

Commit 12a9bcb

Browse files
authored
Merge pull request #547 from mongodb/1.3-watch-fulldocument
Fix reference to constants in Collection::watch() docs
2 parents f812b9e + 300792a commit 12a9bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/includes/apiargs-MongoDBCollection-method-watch-option.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ description: |
2323
copy of the entire document that was changed from some time after the change
2424
occurred. The following values are supported:
2525
26-
- ``MongoDB\Operation\ChangeStream::FULL_DOCUMENT_DEFAULT`` (*default*)
27-
- ``MongoDB\Operation\ChangeStream::FULL_DOCUMENT_UPDATE_LOOKUP``
26+
- ``MongoDB\Operation\Watch::FULL_DOCUMENT_DEFAULT`` (*default*)
27+
- ``MongoDB\Operation\Watch::FULL_DOCUMENT_UPDATE_LOOKUP``
2828
2929
.. note::
3030

0 commit comments

Comments
 (0)