Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
kud1ing committed May 6, 2014
1 parent 5e28254 commit 62bfca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions active/0011-bounded-type-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ on the formals (the type well-formedness check).

From the above examples:

'''
```
trait U {}
trait T<X: U> {}
trait S1<Y> {
Expand All @@ -93,7 +93,7 @@ struct St<X: U> {
impl<X: U> St<X> {
...
}
'''
```

# Alternatives

Expand Down

0 comments on commit 62bfca4

Please sign in to comment.