From ae86db0d93f98ae2dbe0e11a14cadd8ad6bd4620 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Tue, 18 Sep 2012 11:16:04 -0700 Subject: [PATCH] Fix doc test glitch. --- doc/rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rust.md b/doc/rust.md index 3c3b4300507..133ab6ac45a 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -1327,7 +1327,7 @@ specified, after the `impl` keyword. # trait seq { } impl ~[T]: seq { - /* ... */ + // ... } impl u32: seq { /* Treat the integer as a sequence of bits */