Explorar o código

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 -->
bors-servo %!s(int64=7) %!d(string=hai) anos
pai
achega
3851a94a08
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -81,7 +81,7 @@ Many contexts allow URL *references* that can be relative to a *base URL*:
 <link rel="stylesheet" href="../main.css">
 <link rel="stylesheet" href="../main.css">
 ```
 ```
 
 
-Since parsed URL are absolute, giving a base is required for parsing relative URLs:
+Since parsed URLs are absolute, giving a base is required for parsing relative URLs:
 
 
 ```
 ```
 use url::{Url, ParseError};
 use url::{Url, ParseError};