8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6462e89 commit dd99edeCopy full SHA for dd99ede
_tour/lower-type-bounds.md
@@ -60,7 +60,7 @@ case class AfricanSwallow() extends Bird
60
case class EuropeanSwallow() extends Bird
61
62
63
-val africanSwallowList= ListNode[AfricanSwallow](AfricanSwallow(), Nil())
+val africanSwallowList = ListNode[AfricanSwallow](AfricanSwallow(), Nil())
64
val birdList: Node[Bird] = africanSwallowList
65
birdList.prepend(EuropeanSwallow())
66
```
0 commit comments