From 5fbd7c88378ae0d62c744ea2b1ee3f7065971c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Tue, 19 Mar 2013 19:14:00 -0500 Subject: [PATCH 1/2] Minor: redundant term --- source/reference/method/ObjectId.toString.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/reference/method/ObjectId.toString.txt b/source/reference/method/ObjectId.toString.txt index bd3670f6313..5c313461136 100644 --- a/source/reference/method/ObjectId.toString.txt +++ b/source/reference/method/ObjectId.toString.txt @@ -15,8 +15,7 @@ ObjectId.toString() value of the ObjectId as a hexadecimal string. In the following example, call the :method:`~ObjectId.toString()` - method on an ObjectId (e.g. ``ObjectId("507c7f79bcf86cd7994f6c0e")``), - as follows: + method on an ObjectId (e.g. ``ObjectId("507c7f79bcf86cd7994f6c0e")``): .. code-block:: javascript From 4bce1ce40c3ab05d638de2895a29f1eada698730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Tue, 19 Mar 2013 19:17:44 -0500 Subject: [PATCH 2/2] Minor: another redundant term --- source/reference/method/ObjectId.valueOf.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/method/ObjectId.valueOf.txt b/source/reference/method/ObjectId.valueOf.txt index cd8d115c268..0f0573c856d 100644 --- a/source/reference/method/ObjectId.valueOf.txt +++ b/source/reference/method/ObjectId.valueOf.txt @@ -16,7 +16,7 @@ ObjectId.valueOf() In the following example, call the :method:`valueOf() ` method on an ObjectId - (e.g. ``ObjectId("507c7f79bcf86cd7994f6c0e")``), as follows: + (e.g. ``ObjectId("507c7f79bcf86cd7994f6c0e")``): .. code-block:: javascript