We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0bfd4 commit b422707Copy full SHA for b422707
content/lessons/05_types_reasoning/index.md
@@ -341,7 +341,7 @@ The use of generic types in `Summary` trait makes it semantics like this:
341
342
> A type can be summarized with any type supporting it.
343
344
-When we want the trait to require exactly one possible generic implementation for a given type, we can leverage *associated types*. Example here:
+When we want the trait to require exactly one possible generic implementation for a given type, we can leverage _associated types_. Example here:
345
346
{{ include_code_sample(path="lessons/05_types_reasoning/trait_associated_type.rs", language="rust") }}
347
0 commit comments