Skip to content

Commit eb2afde

Browse files
committed
---
yaml --- r: 55803 b: refs/heads/master c: 593bdd9 h: refs/heads/master i: 55801: c31d750 55799: b47b505 v: v3
1 parent 7e4bd02 commit eb2afde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: a784997750927ee2bdde3abe0928047e6441283f
2+
refs/heads/master: 593bdd9be3959f166c303e3da0678cc9598bffc4
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 79a2b2eafc3c766cecec8a5f76317693bae9ed17
55
refs/heads/try: 8eb2bab100b42f0ba751552d8eff00eb2134c55a

trunk/src/libstd/base64.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ pub trait FromBase64 {
118118
impl FromBase64 for ~[u8] {
119119
/**
120120
* Convert base64 `u8` vector into u8 byte values.
121-
* Every 4 encoded characters is converted into 3 octets, rem padding.
121+
* Every 4 encoded characters is converted into 3 octets, modulo padding.
122122
*
123123
* *Example*:
124124
*

0 commit comments

Comments
 (0)