Skip to content

Commit 62bfca4

Browse files
author
kud1ing
committed
Fix format
1 parent 5e28254 commit 62bfca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

active/0011-bounded-type-parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ on the formals (the type well-formedness check).
7676

7777
From the above examples:
7878

79-
'''
79+
```
8080
trait U {}
8181
trait T<X: U> {}
8282
trait S1<Y> {
@@ -93,7 +93,7 @@ struct St<X: U> {
9393
impl<X: U> St<X> {
9494
...
9595
}
96-
'''
96+
```
9797

9898
# Alternatives
9999

0 commit comments

Comments
 (0)