Skip to content

Commit ad1ee54

Browse files
Tony Sansonekay-kim
authored andcommitted
(DOCS-6021): Removed Javascript inequality operator in description.
1 parent 83f6520 commit ad1ee54

File tree

1 file changed

+1
-1
lines changed
  • source/reference/operator/query

1 file changed

+1
-1
lines changed

source/reference/operator/query/ne.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ne
1515
*Syntax*: ``{field: {$ne: value} }``
1616

1717
:query:`$ne` selects the documents where the value of the
18-
``field`` is not equal (i.e. ``!=``) to the specified ``value``.
18+
``field`` is not equal to the specified ``value``.
1919
This includes documents that do not contain the ``field``.
2020

2121
.. include:: /includes/fact-comparison-order.rst

0 commit comments

Comments
 (0)