Skip to content

Commit 5f85033

Browse files
abgruszeckiKordyjan
authored andcommitted
Fix the capture checking documentation
The syntax on the official Scala page was outdated. Also, new docs nudge people to use the latest version of Scala, which allow trying capture checking out on a stable compiler version. [Cherry-picked 97138fb]
1 parent 825a453 commit 5f85033

File tree

1 file changed

+2
-1
lines changed
  • docs/_docs/reference/experimental

1 file changed

+2
-1
lines changed

docs/_docs/reference/experimental/cc.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Capture checking is a research project that modifies the Scala type system to tr
88
```scala
99
import language.experimental.captureChecking
1010
```
11-
At present, capture checking is still highly experimental and unstable.
11+
At present, capture checking is still highly experimental and unstable, and it evolves quickly.
12+
Before trying it out, make sure you have the latest version of Scala.
1213

1314
To get an idea what capture checking can do, let's start with a small example:
1415
```scala

0 commit comments

Comments
 (0)