Fix format

This commit is contained in:
kud1ing 2014-05-06 14:06:08 +02:00
parent 5e28254863
commit 62bfca40a7
1 changed files with 2 additions and 2 deletions

View File

@ -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> {
@ -93,7 +93,7 @@ struct St<X: U> {
impl<X: U> St<X> {
...
}
'''
```
# Alternatives