minor: doc fix
This commit is contained in:
parent
d8fb853d7d
commit
9070c57922
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
module Mongo
|
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.
|
# all other BSON types and values.
|
||||||
#
|
#
|
||||||
# @example Sorting (assume @numbers is a collection):
|
# @example Sorting (assume @numbers is a collection):
|
||||||
|
|
Loading…
Reference in New Issue