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 a44eaa9 commit 38e6dbdCopy full SHA for 38e6dbd
src/idiomatic/leveraging-the-type-system.md
@@ -30,7 +30,7 @@ Additional items speaker may mention:
30
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.
+ that comes with its borrow checker.
34
35
- The same caution should be applied to object-oriented design patterns. Rust
36
doesn't support inheritance, and object boundaries must be mindful of the
0 commit comments