Unverified Commit 12a9bcb2 authored by Jeremy Mikola's avatar Jeremy Mikola Committed by GitHub

Merge pull request #547 from mongodb/1.3-watch-fulldocument

Fix reference to constants in Collection::watch() docs
parents f812b9e6 300792af
...@@ -23,8 +23,8 @@ description: | ...@@ -23,8 +23,8 @@ description: |
copy of the entire document that was changed from some time after the change copy of the entire document that was changed from some time after the change
occurred. The following values are supported: occurred. The following values are supported:
- ``MongoDB\Operation\ChangeStream::FULL_DOCUMENT_DEFAULT`` (*default*) - ``MongoDB\Operation\Watch::FULL_DOCUMENT_DEFAULT`` (*default*)
- ``MongoDB\Operation\ChangeStream::FULL_DOCUMENT_UPDATE_LOOKUP`` - ``MongoDB\Operation\Watch::FULL_DOCUMENT_UPDATE_LOOKUP``
.. note:: .. note::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment