From 6f4a555b18967b3530730d9d0df85ab0ba3969ca Mon Sep 17 00:00:00 2001 From: Kyle Suarez Date: Thu, 7 Jan 2016 17:18:58 -0500 Subject: [PATCH] DOCS-6806 add missing bnf > Added a missing > to the BNF-style synopsis. --- source/core/master-slave.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/master-slave.txt b/source/core/master-slave.txt index 74040463824..3e7de1e51cd 100644 --- a/source/core/master-slave.txt +++ b/source/core/master-slave.txt @@ -70,7 +70,7 @@ operation in the :program:`mongo` shell: use local db.sources.find() - db.sources.insert( { host: <,only: databasename> } ); + db.sources.insert( { host: <,only: > } ); In line 1, you switch context to the ``local`` database. In line 2, the :method:`~db.collection.find()` operation should return no