Browse Source

Add missing whitespace

Without this whitespace, the example code would be rendered as paragraph text. This change fixes it so the example code is rendered as code.
Magnus Hoff 9 years ago
parent
commit
43b2222236
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib.rs

+ 1 - 0
src/lib.rs

@@ -1757,6 +1757,7 @@ impl Url {
     /// ```
     ///
     /// Setup username to user1
+    ///
     /// ```rust
     /// use url::{Url, ParseError};
     ///