Skip to content

Commit 34c449b

Browse files
committed
CC docs: Add forward reference
1 parent 9eb843d commit 34c449b

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

docs/_docs/reference/experimental/capture-checking/basics.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ val xs = usingLogFile { f =>
6666
}
6767
```
6868
An error would be issued in the second case, but not the first one (this assumes a capture-aware
69-
formulation `LzyList` of lazily evaluated lists, which we will present later in this page).
69+
formulation `LzyList` of lazily evaluated lists, which we will present later in the chapter
70+
on [capture checking classes](classes.md)).
7071

7172
It turns out that capture checking has very broad applications. Besides the various
7273
try-with-resources patterns, it can also be a key part to the solutions of many other long standing problems in programming languages. Among them:

0 commit comments

Comments
 (0)