Fix doc test glitch.

This commit is contained in:
Graydon Hoare 2012-09-18 11:16:04 -07:00
parent 1af4a70759
commit ae86db0d93

View File

@ -1327,7 +1327,7 @@ specified, after the `impl` keyword.
# trait seq<T> { }
impl<T> ~[T]: seq<T> {
/* ... */
// ...
}
impl u32: seq<bool> {
/* Treat the integer as a sequence of bits */