Explorar el Código

Auto merge of #174 - solidsnack:patch-1, r=Wafflespeanut

Fix dead link in doc comment

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/174)
<!-- Reviewable:end -->
bors-servo hace 10 años
padre
commit
59407a13c4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -541,7 +541,7 @@ impl SchemeType {
     }
 }
 
-/// http://url.spec.whatwg.org/#relative-scheme
+/// http://url.spec.whatwg.org/#special-scheme
 pub fn whatwg_scheme_type_mapper(scheme: &str) -> SchemeType {
     match scheme {
         "file" => SchemeType::FileLike,