Skip to content

Commit bcd05f5

Browse files
authored
Update ca-given-imports.md
1 parent 69520e5 commit bcd05f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-book/ca-given-imports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The basic form is shown in this example:
1414
```scala
1515
object A:
1616
class TC
17-
given tc as TC
17+
given tc: TC = ???
1818
def f(using TC) = ???
1919

2020
object B:

0 commit comments

Comments
 (0)