Просмотр исходного кода

Use suggested language for serde hint

Nicholas Connor 5 лет назад
Родитель
Сommit
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
 ## 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
 # Base URL