From 3382aa19c76b58562d39cf13ebf9329c9da80620 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Tue, 13 Jan 2015 19:20:33 +0000 Subject: [PATCH] Fix typo in MongoMaxKey documentation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335734 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongomaxkey.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/mongo/mongomaxkey.xml b/reference/mongo/mongomaxkey.xml index b83297aec1..87266a434d 100644 --- a/reference/mongo/mongomaxkey.xml +++ b/reference/mongo/mongomaxkey.xml @@ -13,7 +13,7 @@ &reftitle.intro; MongoMaxKey is an special type used by the database - that compares greather than all other possible BSON values. Thus, if a query + that compares greater than all other possible BSON values. Thus, if a query is sorted by a given field in ascending order, any document with a MongoMaxKey as its value will be returned last.