minor: doc fix

This commit is contained in:
Kyle Banker 2011-02-10 17:17:18 -05:00
parent e55cf2b7d1
commit 735a93d3bd
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ The Ruby driver (>= 1.1.5) includes unit tests for verifying replica set behavio
rake test:rs
The suite will set up a five-node replica set by itself and ensure that driver behaves correctly even in the face
of individual node failures. Node that the `mongod` executable must be in the search path for this to work.
of individual node failures. Note that the `mongod` executable must be in the search path for this to work.
### Further Reading