summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-11-27 00:29:45 +0800
committerGitHub <noreply@github.com>2022-11-26 11:29:45 -0500
commitdc21ae9ea596d76a84c20f84f603428435eec0cc (patch)
treed77466be109a30b8101e3cdd4bc1772b8bd23b72
parent2d6c20028422fe7b60bd6d64a34978d126e5de85 (diff)
downloadNim-dc21ae9ea596d76a84c20f84f603428435eec0cc.tar.gz
Correct descriptions for oids (#20926)
-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.