minor: doc fix

This commit is contained in:
Kyle Banker 2010-01-25 12:38:54 -05:00
parent d8fb853d7d
commit 9070c57922
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
module Mongo
# A class representing the BSON MinKey type. MaxKey will always compare greater than
# A class representing the BSON MaxKey type. MaxKey will always compare greater than
# all other BSON types and values.
#
# @example Sorting (assume @numbers is a collection):