Skip to content

Commit 931a085

Browse files
committed
change “url” to “Url”
1 parent 92f6868 commit 931a085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interoperability.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To see why, consider the following situation:
1515
* Crate `url` defines type `Url`, without implementing `Display`.
1616
* Crate `webapp` imports from both `std` and `url`,
1717

18-
There is no way for `webapp` to add `Display` to `url`, since it defines
18+
There is no way for `webapp` to add `Display` to `Url`, since it defines
1919
neither. (Note: the newtype pattern can provide an efficient, but inconvenient
2020
workaround.)
2121

0 commit comments

Comments
 (0)