Skip to content

Commit ae86db0

Browse files
committed
Fix doc test glitch.
1 parent 1af4a70 commit ae86db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@ specified, after the `impl` keyword.
13271327
# trait seq<T> { }
13281328
13291329
impl<T> ~[T]: seq<T> {
1330-
/* ... */
1330+
// ...
13311331
}
13321332
impl u32: seq<bool> {
13331333
/* Treat the integer as a sequence of bits */

0 commit comments

Comments
 (0)