From 9070c57922f6aee931578ab76ebe8f612bb484a2 Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Mon, 25 Jan 2010 12:38:54 -0500 Subject: [PATCH] minor: doc fix --- lib/mongo/types/min_max_keys.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mongo/types/min_max_keys.rb b/lib/mongo/types/min_max_keys.rb index 3564a94..5cca296 100644 --- a/lib/mongo/types/min_max_keys.rb +++ b/lib/mongo/types/min_max_keys.rb @@ -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):