diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-11-27 00:29:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-26 11:29:45 -0500 |
commit | dc21ae9ea596d76a84c20f84f603428435eec0cc (patch) | |
tree | d77466be109a30b8101e3cdd4bc1772b8bd23b72 | |
parent | 2d6c20028422fe7b60bd6d64a34978d126e5de85 (diff) | |
download | Nim-dc21ae9ea596d76a84c20f84f603428435eec0cc.tar.gz |
Correct descriptions for oids (#20926)
-rw-r--r-- | doc/lib.md | 3 |
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. |