minor: typo fix

This commit is contained in:
Kyle Banker 2010-09-09 14:22:09 -04:00
parent 36c71ef48e
commit e03ea6b690
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ module Mongo
#
# @core explain explain-instance_method
def explain
c = Cursor.new(@collection, query_opti/ns_hash.merge(:limit => -@limit.abs, :explain => true))
c = Cursor.new(@collection, query_options_hash.merge(:limit => -@limit.abs, :explain => true))
explanation = c.next_document
c.close