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 447904a commit 28d83e5Copy full SHA for 28d83e5
src/idiomatic/leveraging-the-type-system.md
@@ -26,7 +26,7 @@ Additional items speaker may mention:
26
types. ["Domain Modeling Made Functional"][1] is a great resource on the
27
topic, with examples written in F#.
28
29
-- Despite its functional roots, functional design patterns don't translate as-is
+- 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
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
0 commit comments