Skip to content

Commit 9867b4e

Browse files
committed
Fix links and description in Watch operation doc blocks
1 parent 2b20dfa commit 9867b4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Operation/Watch.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
* Operation for creating a change stream with the aggregate command.
3333
*
3434
* @api
35-
* @see \MongoDB\Collection::changeStream()
36-
* @see http://docs.mongodb.org/manual/reference/command/changeStream/
35+
* @see \MongoDB\Collection::watch()
36+
* @see https://docs.mongodb.com/manual/changeStreams/
3737
*/
3838
class Watch implements Executable
3939
{
@@ -47,7 +47,7 @@ class Watch implements Executable
4747
private $manager;
4848

4949
/**
50-
* Constructs a changeStream command.
50+
* Constructs an aggregate command for creating a change stream.
5151
*
5252
* Supported options:
5353
*

0 commit comments

Comments
 (0)