Skip to content

Commit c003a28

Browse files
committed
fix: solved review discussions
1 parent a165d43 commit c003a28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_overviews/scala3-book/ca-extension-methods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ import lib.circumference
6060
aCircle.circumference
6161
```
6262

63-
the compiler also support you if the import is missing by
63+
The compiler also support you if the import is missing by showing a detailed compilation error message such as the following:
6464

6565
```text
6666
value circumference is not a member of Circle, but could be made available as an extension method.
6767
6868
The following import might fix the problem:
6969
70-
import lib.circumference
70+
import lib.circumference
7171
```
7272

7373
## Discussion

0 commit comments

Comments
 (0)