Skip to content

Commit 1f4e98b

Browse files
author
Andriy Yurchuk
committed
Fix code style by removing :fail from lower-type-bounds.md
1 parent cecc80c commit 1f4e98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tour/lower-type-bounds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ While [upper type bounds](upper-type-bounds.html) limit a type to a subtype of a
1818

1919
Here is an example where this is useful:
2020

21-
```tut:fail
21+
```tut
2222
trait Node[+B] {
2323
def prepend(elem: B): Unit
2424
}

0 commit comments

Comments
 (0)