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 6bd0d8e commit 4c3e707Copy full SHA for 4c3e707
docs/docs/reference/contextual/context-functions.md
@@ -93,7 +93,7 @@ with context function types as parameters to avoid the plumbing boilerplate
93
that would otherwise be necessary.
94
```scala
95
def table(init: Table ?=> Unit) = {
96
- given t as Table // note the use of a creator application; same as: given t as new Table
+ given t as Table // note the use of a creator application; same as: given t as Table = new Table
97
init
98
t
99
}
0 commit comments