Skip to content

Commit a44eaa9

Browse files
Apply suggestion from @gribozavr
Co-authored-by: Dmitri Gribenko <[email protected]>
1 parent 28d83e5 commit a44eaa9

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
@@ -27,7 +27,7 @@ Additional items speaker may mention:
2727
topic, with examples written in F#.
2828

2929
- Despite Rust's functional roots, functional design patterns don't translate as-is
30-
to Rust. For instance, extensive use of higher-kinded functions and types can
30+
to Rust. For instance, extensive use of higher-order functions and higher-kinded types can
3131
result in code that is harder to read and maintain. Design patterns in Rust
3232
must take into account (and leverage!) the granular control over mutability
3333
that comes with its borrow-checker.

0 commit comments

Comments
 (0)