Skip to content

Commit 736c4ee

Browse files
authored
Fix typo
1 parent 1b85778 commit 736c4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Many contexts allow URL *references* that can be relative to a *base URL*:
8181
<link rel="stylesheet" href="../main.css">
8282
```
8383
84-
Since parsed URL are absolute, giving a base is required for parsing relative URLs:
84+
Since parsed URLs are absolute, giving a base is required for parsing relative URLs:
8585
8686
```
8787
use url::{Url, ParseError};

0 commit comments

Comments
 (0)