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 0a5990b commit ea0a90dCopy full SHA for ea0a90d
examples/tour/captures.effekt.md
@@ -83,7 +83,7 @@ Thus, we need to enforce that both `f` and `g` are pure, that is, do not capture
83
```
84
def parallel (f: () => Unit at {}, g: () => Unit at {}): Unit = <>
85
86
-The type-checker will reject calls, where we try to pass functions that to close over capabilities (or builtin resources):
+The type-checker will reject calls, where we try to pass functions that close over capabilities (or builtin resources):
87
```effekt:repl
88
parallel(
89
box { () => println("Hello, ") },
0 commit comments