We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4bd02 commit eb2afdeCopy full SHA for eb2afde
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: a784997750927ee2bdde3abe0928047e6441283f
+refs/heads/master: 593bdd9be3959f166c303e3da0678cc9598bffc4
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 79a2b2eafc3c766cecec8a5f76317693bae9ed17
5
refs/heads/try: 8eb2bab100b42f0ba751552d8eff00eb2134c55a
trunk/src/libstd/base64.rs
@@ -118,7 +118,7 @@ pub trait FromBase64 {
118
impl FromBase64 for ~[u8] {
119
/**
120
* Convert base64 `u8` vector into u8 byte values.
121
- * Every 4 encoded characters is converted into 3 octets, rem padding.
+ * Every 4 encoded characters is converted into 3 octets, modulo padding.
122
*
123
* *Example*:
124
0 commit comments