From b11679bc80b115c61a5cdee8ff8b5f8f1f69533d Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Thu, 10 Mar 2022 16:27:22 +0100 Subject: Fix a bunch of comments and documentations --- entity/id_interleaved.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'entity/id_interleaved.go') 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. // -- cgit