We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d83e5 commit a44eaa9Copy full SHA for a44eaa9
src/idiomatic/leveraging-the-type-system.md
@@ -27,7 +27,7 @@ Additional items speaker may mention:
27
topic, with examples written in F#.
28
29
- 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
+ to Rust. For instance, extensive use of higher-order functions and higher-kinded types can
31
result in code that is harder to read and maintain. Design patterns in Rust
32
must take into account (and leverage!) the granular control over mutability
33
that comes with its borrow-checker.
0 commit comments