Sfoglia il codice sorgente

Fix dead link in doc comment

Jason Dusek 10 anni fa
parent
commit
d260a19f86
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,