Skip to content

Commit 3a052b6

Browse files
committed
fix breaking change.
1 parent 6224340 commit 3a052b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/tour/case-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Fun("x", Fun("y", App(Var("x"), Var("y"))))
3232
The constructor parameters of case classes are treated as public values and can be accessed directly.
3333

3434
```tut
35-
val x = x
35+
val x = Var("x")
3636
println(x.name)
3737
```
3838

0 commit comments

Comments
 (0)