Skip to content

Commit a33aa5f

Browse files
committed
Remove broken link to "Anonymous function syntax"
1 parent 73beef1 commit a33aa5f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_tour/basics.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ val getTheAnswer = () => 42
130130
println(getTheAnswer()) // 42
131131
```
132132

133-
We will cover functions in depth [later](anonymous-function-syntax.html).
134-
135133
## Methods
136134

137135
Methods look and behave very similar to functions, but there are a few key differences between them.

0 commit comments

Comments
 (0)