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 8332955 commit 7f1e24aCopy full SHA for 7f1e24a
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