Skip to content

Commit 59b5260

Browse files
authored
Use suggested language for serde hint
1 parent a858e17 commit 59b5260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

url/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ assert!(data_url.fragment() == Some(""));
7575
7676
## Serde
7777
78-
Add `serde` feature to complement `url::Url` with the `Deserialize` and `Serialize`.
78+
Enable the `serde` feature to include `Deserialize` and `Serialize` implementations for `url::Url`.
7979
8080
# Base URL
8181

0 commit comments

Comments
 (0)