Skip to content

Commit 9ad9fa7

Browse files
Reword
1 parent be796c3 commit 9ad9fa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ 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
24+
Highlight how the compiler error message nudges you towards
2525
the extension trait pattern.
2626

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

0 commit comments

Comments
 (0)