We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 594043f + ccd39b7 commit 8f99dadCopy full SHA for 8f99dad
docs/_docs/reference/experimental/cc.md
@@ -500,7 +500,7 @@ def escaped(xs: Double*): (() => Double) throws LimitExceeded =
500
val crasher = escaped(1, 2, 10e+11)
501
crasher()
502
```
503
-This code needs to be rejected since otherwise the call to `later()` would cause
+This code needs to be rejected since otherwise the call to `crasher()` would cause
504
an unhandled `LimitExceeded` exception to be thrown.
505
506
Under `-Ycc`, the code is indeed rejected
0 commit comments