Skip to content

Commit b422707

Browse files
committed
prettier
1 parent 8e0bfd4 commit b422707

File tree

1 file changed

+1
-1
lines changed
  • content/lessons/05_types_reasoning

1 file changed

+1
-1
lines changed

content/lessons/05_types_reasoning/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ The use of generic types in `Summary` trait makes it semantics like this:
341341

342342
> A type can be summarized with any type supporting it.
343343
344-
When we want the trait to require exactly one possible generic implementation for a given type, we can leverage *associated types*. Example here:
344+
When we want the trait to require exactly one possible generic implementation for a given type, we can leverage _associated types_. Example here:
345345

346346
{{ include_code_sample(path="lessons/05_types_reasoning/trait_associated_type.rs", language="rust") }}
347347

0 commit comments

Comments
 (0)