We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08d6f6 commit 51a3400Copy full SHA for 51a3400
src/expressions/underscore-expr.md
@@ -8,7 +8,7 @@ Underscore expressions, denoted with the symbol `_`, are used to signify a
8
placeholder in a destructuring assignment. They may only appear in the left-hand
9
side of an assignment.
10
11
-Note that this is distinct from the [wildcard pattern](../patterns.html#wildcard-pattern).
+Note that this is distinct from the [wildcard pattern](../patterns.md#wildcard-pattern).
12
13
An example of an `_` expression:
14
0 commit comments