Skip to content

Commit 6421097

Browse files
More precise wording in the export feature introduction
1 parent 60b666e commit 6421097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/_posts/2019-04-10-14th-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Copier {
5757
}
5858
```
5959

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:
6161

6262
```scala
6363
val copier = new Copier

0 commit comments

Comments
 (0)