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 63b84cb commit 4a37b1dCopy full SHA for 4a37b1d
docs/blog/_posts/2020-07-27-26th-dotty-milestone-release.md
@@ -51,7 +51,7 @@ val i3 = new Vehicle { // i3: Vehicle { val range: Int }
51
i3.range
52
```
53
54
-Without the `extends reflect.Selectbale`, the last line would have errored:
+Without the `extends reflect.Selectable`, the last line would have errored:
55
56
```scala
57
i3.range: // error: range is not a member of `Vehicle`
0 commit comments