Fix incorrect replacement of modulo
with rem
This commit is contained in:
parent
a784997750
commit
593bdd9be3
@ -118,7 +118,7 @@ pub trait FromBase64 {
|
||||
impl FromBase64 for ~[u8] {
|
||||
/**
|
||||
* Convert base64 `u8` vector into u8 byte values.
|
||||
* Every 4 encoded characters is converted into 3 octets, rem padding.
|
||||
* Every 4 encoded characters is converted into 3 octets, modulo padding.
|
||||
*
|
||||
* *Example*:
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user