Procházet zdrojové kódy

Use suggested language for serde hint

Nicholas Connor před 5 roky
rodič
revize
59b52603da
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      url/src/lib.rs

+ 1 - 1
url/src/lib.rs

@@ -75,7 +75,7 @@ assert!(data_url.fragment() == Some(""));
 
 ## Serde
 
-Add `serde` feature to complement `url::Url` with the `Deserialize` and `Serialize`.
+Enable the `serde` feature to include `Deserialize` and `Serialize` implementations for `url::Url`.
 
 # Base URL