Commit 9867b4eb authored by Jeremy Mikola's avatar Jeremy Mikola

Fix links and description in Watch operation doc blocks

parent 2b20dfa8
...@@ -32,8 +32,8 @@ use MongoDB\Exception\UnsupportedException; ...@@ -32,8 +32,8 @@ use MongoDB\Exception\UnsupportedException;
* Operation for creating a change stream with the aggregate command. * Operation for creating a change stream with the aggregate command.
* *
* @api * @api
* @see \MongoDB\Collection::changeStream() * @see \MongoDB\Collection::watch()
* @see http://docs.mongodb.org/manual/reference/command/changeStream/ * @see https://docs.mongodb.com/manual/changeStreams/
*/ */
class Watch implements Executable class Watch implements Executable
{ {
...@@ -47,7 +47,7 @@ class Watch implements Executable ...@@ -47,7 +47,7 @@ class Watch implements Executable
private $manager; private $manager;
/** /**
* Constructs a changeStream command. * Constructs an aggregate command for creating a change stream.
* *
* Supported options: * Supported options:
* *
......
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