From aa9f20e51e08e6ec3f7f9914935a7b835ac88803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Fri, 12 Apr 2013 11:33:33 -0500 Subject: [PATCH] Minor typo: missing space blank --- source/reference/operator/gte.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/operator/gte.txt b/source/reference/operator/gte.txt index 4a78d589c66..6dbf51be74e 100644 --- a/source/reference/operator/gte.txt +++ b/source/reference/operator/gte.txt @@ -30,7 +30,7 @@ $gte This :method:`update() ` operation will set the value of the ``price`` field that contain the embedded document - ``carrier`` whose``fee`` field value is greater than or equal to + ``carrier`` whose ``fee`` field value is greater than or equal to ``2``. .. seealso::