Skip to content

Commit 0745d65

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/idiomatic/leveraging-the-type-system.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ entire codebase.
1919
Additional items speaker may mention:
2020

2121
- Rust's type system borrows a lot of ideas from functional programming
22-
languages.\
22+
languages.
23+
2324
For example, Rust's enums are known as "algebraic data types" in languages
2425
like Haskell and OCaml. You can take inspiration from learning material geared
2526
towards functional languages when looking for guidance on how to design with

0 commit comments

Comments
 (0)