Skip to content

Commit

Permalink
Merge pull request #89 from vorburger/patch-1
Browse files Browse the repository at this point in the history
fix typo in readme.go
  • Loading branch information
Stebalien authored Jan 4, 2021
2 parents d5fa746 + dd950d2 commit 6881dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6881dfd

Please sign in to comment.