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.
2 parents 6462e89 + dd99ede commit e0a1268Copy full SHA for e0a1268
_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