This commit is contained in:
Kovid Goyal
2023-09-04 21:44:46 +05:30
parent 34e5c7f8aa
commit 1f4386fd08

View File

@@ -189,7 +189,7 @@ func Decode(dst, src []byte) (int, error) {
return t, nil
}
// EncodedLen returns the length in bytes of the base64 encoding of an input
// EncodedLen returns the length in bytes of the base85 encoding of an input
// buffer of length n.
func EncodedLen(n int) int {
s := n / 4