Skip to content

Commit 59d1d99

Browse files
authored
Merge pull request #2094 from unkarjedy/patch-1
Update ca-given-imports.md
2 parents 66014cc + bcd05f5 commit 59d1d99

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)