Skip to content

Commit 6ea5706

Browse files
Update text/0000-dyn-upcasting.md
Co-authored-by: teor <teor@riseup.net>
1 parent 3ae7405 commit 6ea5706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-dyn-upcasting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ When one module uses another in Salsa, that is expressed via supertrait relation
5959
# Guide-level explanation
6060
[guide-level-explanation]: #guide-level-explanation
6161

62-
When a trait is declared, it may include various supertraits. Implementing the trait also requires implementing each of its supertraits. For example, the `Sandwich` trait has both `Food` and `Grab` as supertraits:
62+
When a trait is declared, it may include various supertraits. Implementing the trait also requires implementing each of its supertraits. For example, the `Sandwich` trait has both `Eat` and `Grab` as supertraits:
6363

6464
```rust
6565
trait Eat { fn eat(&mut self); }

0 commit comments

Comments
 (0)