From 9ee93e80b8baa3d7101d19ecee70906bc48971b7 Mon Sep 17 00:00:00 2001 From: Gianfranco Palumbo Date: Fri, 13 Feb 2015 13:50:46 +0000 Subject: [PATCH] Small layout change to fix bold formatting --- source/reference/operator/update/currentDate.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/operator/update/currentDate.txt b/source/reference/operator/update/currentDate.txt index 7afd2e4c937..93f39fff002 100644 --- a/source/reference/operator/update/currentDate.txt +++ b/source/reference/operator/update/currentDate.txt @@ -50,7 +50,7 @@ Consider the following document in the ``users`` collection: { _id: 1, status: "a", lastModified: ISODate("2013-10-02T01:11:18.965Z") } The following operation updates the ``lastModified`` field to the -current date, the``"cancellation.date"`` field to the current timestamp +current date, the ``"cancellation.date"`` field to the current timestamp as well as updating the ``status`` field to ``"D"`` and the ``"cancellation.reason"`` to ``"user request"``.