From dd950d2defce432b59d63fbf3b04456b952881e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Sun, 27 Dec 2020 15:38:44 +0100 Subject: [PATCH] fix typo in readme.go --- readme.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.go b/readme.go index 9c1065b..ee22ddb 100644 --- a/readme.go +++ b/readme.go @@ -7,7 +7,7 @@ https://github.com/multiformats/multibase) without the 'B' prefix. All the object files are placed in a tree of directories, based on a function of the CID. This is a form of sharding similar to the objects directory in git repositories. Previously, we used -prefixes, we now use the next-to-last two charters. +prefixes, we now use the next-to-last two characters. func NextToLast(base32cid string) { nextToLastLen := 2