From 3960d9184beb4e61af07013c466cdfa78a99012c Mon Sep 17 00:00:00 2001 From: Tony Sansone Date: Wed, 20 Dec 2017 11:16:38 -0600 Subject: [PATCH] (DOCS-6021): Removed Javascript inequality operator in description. --- source/reference/operator/query/ne.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/operator/query/ne.txt b/source/reference/operator/query/ne.txt index 52ad3c6cfdb..e991faf3ad6 100644 --- a/source/reference/operator/query/ne.txt +++ b/source/reference/operator/query/ne.txt @@ -15,7 +15,7 @@ $ne *Syntax*: ``{field: {$ne: value} }`` :query:`$ne` selects the documents where the value of the - ``field`` is not equal (i.e. ``!=``) to the specified ``value``. + ``field`` is not equal to the specified ``value``. This includes documents that do not contain the ``field``. .. include:: /includes/fact-comparison-order.rst