diff --git a/cid.go b/cid.go index 2b2ac707e47f25df553d3bd704f39237fcb38f4c..1b5801bb50cae916c10773ab88441d1573422402 100644 --- a/cid.go +++ b/cid.go @@ -337,8 +337,8 @@ func (c Cid) Type() uint64 { } // String returns the default string representation of a -// Cid. Currently, Base58 is used as the encoding for the -// multibase string. +// Cid. Currently, Base32 is used for CIDV1 as the encoding for the +// multibase string, Base58 is used for CIDV0. func (c Cid) String() string { switch c.Version() { case 0: