We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137860d commit 009ebddCopy full SHA for 009ebdd
src/items/implementations.md
@@ -175,7 +175,7 @@ r[items.impl.trait.orphan-rule]
175
#### Orphan rules
176
177
r[items.impl.trait.orphan-rule.rationale]
178
-The orphan rules ensure that other peoples code can't break your code, and vice versa.
+The orphan rule helps ensure that other people's code can't break your code, and vice versa.
179
If an external crate implements an external trait for an external type, and your crate also
180
implements the same trait for the same type, the compiler wouldn't know which implementation
181
to use.\
0 commit comments