We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a165d43 commit c003a28Copy full SHA for c003a28
_overviews/scala3-book/ca-extension-methods.md
@@ -60,14 +60,14 @@ import lib.circumference
60
aCircle.circumference
61
```
62
63
-the compiler also support you if the import is missing by
+The compiler also support you if the import is missing by showing a detailed compilation error message such as the following:
64
65
```text
66
value circumference is not a member of Circle, but could be made available as an extension method.
67
68
The following import might fix the problem:
69
70
- import lib.circumference
+ import lib.circumference
71
72
73
## Discussion
0 commit comments