Skip to content

Commit 3851a94

Browse files
author
bors-servo
authored
Auto merge of #474 - spl:patch-1, r=SimonSapin
Fix typo <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/474) <!-- Reviewable:end -->
2 parents 1b85778 + 736c4ee commit 3851a94

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)