Skip to content

Commit 009ebdd

Browse files
Fix: grammar error . Fix: improved semantics
Co-authored-by: Josh Triplett <[email protected]>
1 parent 137860d commit 009ebdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/implementations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ r[items.impl.trait.orphan-rule]
175175
#### Orphan rules
176176

177177
r[items.impl.trait.orphan-rule.rationale]
178-
The orphan rules ensure that other peoples code can't break your code, and vice versa.
178+
The orphan rule helps ensure that other people's code can't break your code, and vice versa.
179179
If an external crate implements an external trait for an external type, and your crate also
180180
implements the same trait for the same type, the compiler wouldn't know which implementation
181181
to use.\

0 commit comments

Comments
 (0)