Explorar o código

Fix dead link in doc comment

Jason Dusek %!s(int64=10) %!d(string=hai) anos
pai
achega
d260a19f86
Modificáronse 1 ficheiros con 1 adicións e 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,