Преглед изворни кода

Use suggested language for serde hint

Nicholas Connor пре 5 година
родитељ
комит
59b52603da
1 измењених фајлова са 1 додато и 1 уклоњено
  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