Skip to content

Commit decac36

Browse files
Merge pull request #9455 from ScalaWilliam/patch-2
Typo in 26th-dotty-milestone-release.html
2 parents 316d218 + 4a37b1d commit decac36

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)