From 012338d30abdd771fddc0784c8efc4b719101c44 Mon Sep 17 00:00:00 2001 From: behackett Date: Tue, 4 Sep 2012 17:38:52 -0700 Subject: [PATCH] Fix readPref in replication docs. --- source/applications/replication.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/applications/replication.txt b/source/applications/replication.txt index 69adcf3ea76..599a652b489 100644 --- a/source/applications/replication.txt +++ b/source/applications/replication.txt @@ -206,7 +206,7 @@ connecting to the :term:`replica set` that provides each :term:`shard` in the cluster. In the :program:`mongo` shell, use the -:method:`readPreference() ` cursor method +:method:`readPref() ` cursor method provides access to read preferences. .. warning::