Skip to content

Commit 4c4453e

Browse files
authored
Update ca-extension-methods.md
typo
1 parent cc0e7b2 commit 4c4453e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ import lib.circumference
6060
aCircle.circumference
6161
```
6262

63-
The compiler also support you if the import is missing by showing a detailed compilation error message such as the following:
63+
The compiler also supports 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.

0 commit comments

Comments
 (0)