Skip to content

Commit 43b2222

Browse files
authored
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.
1 parent b8d3c15 commit 43b2222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,6 +1757,7 @@ impl Url {
17571757
/// ```
17581758
///
17591759
/// Setup username to user1
1760+
///
17601761
/// ```rust
17611762
/// use url::{Url, ParseError};
17621763
///

0 commit comments

Comments
 (0)