From 3a5d162a22a5027e46dd48b0621ba341a206dd55 Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Tue, 2 Mar 2010 12:24:52 -0500 Subject: [PATCH] minor: doc fix --- lib/mongo/db.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/mongo/db.rb b/lib/mongo/db.rb index f54cc8e..6affe28 100644 --- a/lib/mongo/db.rb +++ b/lib/mongo/db.rb @@ -416,8 +416,9 @@ module Mongo # Note: DB commands must start with the "command" key. For this reason, # any selector containing more than one key must be an OrderedHash. # - # It may be of interest hat a command in MongoDB is technically a kind of query - # that occurs on the system command collection ($cmd). + # Note also that a command in MongoDB is just a kind of query + # that occurs on the system command collection ($cmd). Examine this method's implementation + # to see how it works. # # @param [OrderedHash, Hash] selector an OrderedHash, or a standard Hash with just one # key, specifying the command to be performed.