From f585f64d339665729db94a408ac7cddba65c178a Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Fri, 8 Mar 2013 10:47:58 -0500 Subject: [PATCH] Fix grammar in $sort description for $push --- source/reference/operator/push.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/operator/push.txt b/source/reference/operator/push.txt index cd57fb440ac..5c6882e97b4 100644 --- a/source/reference/operator/push.txt +++ b/source/reference/operator/push.txt @@ -64,8 +64,8 @@ $push - :operator:`$sort`, which is only available with :operator:`$each`, orders elements of the - array. :operator:`$sort` only orders array elements that - are document. + array. :operator:`$sort` can only order array elements that + are documents. The following example uses: