Skip to content

Commit 4a37b1d

Browse files
authored
Typo in 26th-dotty-milestone-release.html
1 parent 63b84cb commit 4a37b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/_posts/2020-07-27-26th-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ val i3 = new Vehicle { // i3: Vehicle { val range: Int }
5151
i3.range
5252
```
5353

54-
Without the `extends reflect.Selectbale`, the last line would have errored:
54+
Without the `extends reflect.Selectable`, the last line would have errored:
5555

5656
```scala
5757
i3.range: // error: range is not a member of `Vehicle`

0 commit comments

Comments
 (0)