summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lib.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/lib.md b/doc/lib.md
index 636e60eb8..cf78164c9 100644
--- a/doc/lib.md
+++ b/doc/lib.md
@@ -440,8 +440,7 @@ Hashing
 * [oids](oids.html)
   An OID is a global ID that consists of a timestamp,
   a unique counter, and a random value. This combination should suffice to
-  produce a globally distributed unique ID. This implementation was extracted
-  from the MongoDB interface and it thus binary compatible with a MongoDB OID.
+  produce a globally distributed unique ID.
 
 * [sha1](sha1.html)
   This module implements the SHA-1 checksum algorithm.