Skip to content

Commit 408962c

Browse files
Reword
1 parent be796c3 commit 408962c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ You can use the **extension trait pattern** to work around this limitation.
1919

2020
<details>
2121

22-
- Try to compile the example to show the compiler error that's emitted.
22+
- Compile the example to show the compiler error that's emitted.
2323

24-
Point out, in particular, how the compiler error message nudges you towards
25-
the extension trait pattern.
24+
Highlight how the compiler error message nudges you towards the extension
25+
trait pattern.
2626

2727
- Explain how many type-system restrictions in Rust aim to prevent _ambiguity_.
2828

0 commit comments

Comments
 (0)