Skip to content

Commit 9cc30ac

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

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
@@ -36,7 +36,7 @@ Additional items speaker may mention:
3636
doesn't support inheritance, and object decomposition should take into account the
3737
constraints introduced by the borrow checker.
3838

39-
- Mention that type-level abstractions are often referred to as "zero-cost
39+
- Mention that type-level programming can be often used to create "zero-cost
4040
abstractions", although the label can be misleading: the impact on compile
4141
times and code complexity may be significant.
4242

0 commit comments

Comments
 (0)