Skip to content

Commit 4af932e

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

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
@@ -34,7 +34,7 @@ Additional items speaker may mention:
3434

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

3939
- Mention that type-level abstractions are often referred to as "zero-cost
4040
abstractions", although the label can be misleading: the impact on compile

0 commit comments

Comments
 (0)