Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/usage-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Usage Examples
Find Operations </usage-examples/find-operations>
Write Operations </usage-examples/write-operations>
Bulk Operations </usage-examples/bulkWrite>
Monitor Data Changes </usage-examples/changestream>
Watch for Changes </usage-examples/changestream>
Count Documents Method Example </usage-examples/count>
Distinct Field Values </usage-examples/distinct>
Run a Command </usage-examples/command>
Expand Down
6 changes: 3 additions & 3 deletions source/usage-examples/changestream.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.. _golang-watch:
.. _golang-usageex-monitor-changes:

====================
Monitor Data Changes
====================
=================
Watch for Changes
=================

.. meta::
:description: Learn by example: how to monitor data changes in MongoDB by using the {+driver-long+}.
Expand Down
Loading