You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/blog/_posts/2019-04-10-14th-dotty-milestone-release.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ class Copier {
57
57
}
58
58
```
59
59
60
-
When defined like this, the `Copier` class exposes the `scan` method of the `scanner`and all the methods of `printUnit` except the `status`. You can hence call them on the `Copier` as follows:
60
+
When defined like this, the `Copier` class defines aliases of the `scanner`'s `scan` method and all the methods of `printUnit` except the `status` method. You can hence call them on the `Copier` as follows:
0 commit comments