Skip to content

Commit 0a6bc21

Browse files
Apply suggestion from @gribozavr
Co-authored-by: Dmitri Gribenko <[email protected]>
1 parent 38e6dbd commit 0a6bc21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idiomatic/leveraging-the-type-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Additional items speaker may mention:
3333
that comes with its borrow checker.
3434

3535
- The same caution should be applied to object-oriented design patterns. Rust
36-
doesn't support inheritance, and object boundaries must be mindful of the
36+
doesn't support inheritance, and object decomposition should take into account the
3737
constraints introduced by the borrow-checker.
3838

3939
- Mention that type-level abstractions are often referred to as "zero-cost

0 commit comments

Comments
 (0)