From 747d166dc2fd3eb63ecba16dfd3ad9e870951c3c Mon Sep 17 00:00:00 2001 From: Pranay Shah Date: Thu, 22 May 2014 20:03:32 +0530 Subject: [PATCH] Line 132 'or' corrected to 'xor' --- source/reference/operator/update/bit.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/operator/update/bit.txt b/source/reference/operator/update/bit.txt index 71be29088c0..810f8da8c63 100644 --- a/source/reference/operator/update/bit.txt +++ b/source/reference/operator/update/bit.txt @@ -129,7 +129,7 @@ the current value ``NumberLong(1)`` (i.e. ``0001``) and { $bit: { expdata: { xor: NumberInt(5) } } } ) -The bitwise ``or`` operation results in the integer 4: +The bitwise ``xor`` operation results in the integer 4: .. code-block:: none