We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f6868 commit 931a085Copy full SHA for 931a085
src/interoperability.md
@@ -15,7 +15,7 @@ To see why, consider the following situation:
15
* Crate `url` defines type `Url`, without implementing `Display`.
16
* Crate `webapp` imports from both `std` and `url`,
17
18
-There is no way for `webapp` to add `Display` to `url`, since it defines
+There is no way for `webapp` to add `Display` to `Url`, since it defines
19
neither. (Note: the newtype pattern can provide an efficient, but inconvenient
20
workaround.)
21
0 commit comments