Skip to content

Commit 28d83e5

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

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
@@ -26,7 +26,7 @@ Additional items speaker may mention:
2626
types. ["Domain Modeling Made Functional"][1] is a great resource on the
2727
topic, with examples written in F#.
2828

29-
- Despite its functional roots, functional design patterns don't translate as-is
29+
- Despite Rust's functional roots, functional design patterns don't translate as-is
3030
to Rust. For instance, extensive use of higher-kinded functions and 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

0 commit comments

Comments
 (0)