Skip to content

Commit a025490

Browse files
Update src/idiomatic/leveraging-the-type-system.md
Co-authored-by: Dmitri Gribenko <[email protected]>
1 parent 71204b7 commit a025490

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
@@ -35,7 +35,7 @@ Additional items speaker may mention:
3535
types in Rust.
3636

3737
Evaluate, on a case-by-case basis, whether a more imperative approach may be
38-
easier to implement, relying on Rust's borrow-checker and type system to
38+
easier to implement. Consider using in-place mutation, relying on Rust's borrow-checker and type system to
3939
control what can be mutated, and where.
4040

4141
- The same caution should be applied to object-oriented design patterns. Rust

0 commit comments

Comments
 (0)