Skip to content

Commit 38e6dbd

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

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
@@ -30,7 +30,7 @@ Additional items speaker may mention:
3030
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
33-
that comes with its borrow-checker.
33+
that comes with its borrow checker.
3434

3535
- The same caution should be applied to object-oriented design patterns. Rust
3636
doesn't support inheritance, and object boundaries must be mindful of the

0 commit comments

Comments
 (0)