diff options
author | Michael Muré <batolettre@gmail.com> | 2022-03-10 16:37:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-10 16:37:45 +0100 |
commit | bf9c7e00d022d0a0210dd5e2b8c3e7d38de64099 (patch) | |
tree | 956495036e383caab11006239e31e591436a33cd /entity/id_interleaved.go | |
parent | df55cc49a85eaf3a2d3c2ceb1fbcccac19fa6eb8 (diff) | |
parent | b11679bc80b115c61a5cdee8ff8b5f8f1f69533d (diff) | |
download | git-bug-bf9c7e00d022d0a0210dd5e2b8c3e7d38de64099.tar.gz |
Merge pull request #762 from MichaelMure/fix-comment
Fix a bunch of comments and documentations
Diffstat (limited to 'entity/id_interleaved.go')
-rw-r--r-- | entity/id_interleaved.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entity/id_interleaved.go b/entity/id_interleaved.go index 5423afee..0ce2ba00 100644 --- a/entity/id_interleaved.go +++ b/entity/id_interleaved.go @@ -22,7 +22,7 @@ import ( // // A complete interleaved Id hold 50 characters for the primary and 14 for the // secondary, which give a key space of 36^50 for the primary (~6 * 10^77) and -// 36^14 for the secondary (~6 * 10^21). This asymmetry assume a reasonable number +// 36^14 for the secondary (~6 * 10^21). This asymmetry assumes a reasonable number // of secondary within a primary Entity, while still allowing for a vast key space // for the primary (that is, a globally merged database) with a low risk of collision. // |