We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd42145 commit 59dd479Copy full SHA for 59dd479
doc/cursors.page
@@ -57,7 +57,7 @@ print_all_documents (mongoc_collection_t *collection)
57
<code mime="text/x-csrc"><include parse="text" href="../examples/mongoc-tail.c" xmlns="http://www.w3.org/2001/XInclude" /></code>
58
</listing>
59
60
- <p>Let's compile and run this example against a <link href="">replicaSet</link> to see updates as they are made.</p>
+ <p>Let's compile and run this example against a replica set to see updates as they are made.</p>
61
62
<screen><output style="prompt">$ </output><input>gcc -Wall -o mongoc-tail mongoc-tail.c $(pkg-config --cflags --libs libmongoc-1.0)</input>
63
<output style="prompt">$ </output><input>./mongoc-tail mongodb://example.com/?replicaSet=myReplSet</input>
0 commit comments