Browse Source

Use suggested language for serde hint

Nicholas Connor 5 years ago
parent
commit
59b52603da
1 changed files with 1 additions and 1 deletions
  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