From 2a9ade34f4bd37eaa9dd0be6b5a482130f8fa336 Mon Sep 17 00:00:00 2001 From: Anthony Sansone Date: Thu, 12 Jul 2018 14:26:30 -0500 Subject: [PATCH] (DOCS-11844): Updated ObjectID description. --- source/includes/fact-ObjectId-construct.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/includes/fact-ObjectId-construct.rst b/source/includes/fact-ObjectId-construct.rst index fa67dd7ebca..56c568b1855 100644 --- a/source/includes/fact-ObjectId-construct.rst +++ b/source/includes/fact-ObjectId-construct.rst @@ -1,7 +1,5 @@ - a 4-byte value representing the seconds since the Unix epoch, -- a 3-byte machine identifier, - -- a 2-byte process id, and +- a 5-byte random value, and - a 3-byte counter, starting with a random value.