Skip to content

Commit 7f1e24a

Browse files
authored
use md extension instead of html
1 parent 8332955 commit 7f1e24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/underscore-expr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Underscore expressions, denoted with the symbol `_`, are used to signify a
88
placeholder in a destructuring assignment. They may only appear in the left-hand
99
side of an assignment.
1010

11-
Note that this is distinct from the [wildcard pattern](../patterns.html#wildcard-pattern).
11+
Note that this is distinct from the [wildcard pattern](../patterns.md#wildcard-pattern).
1212

1313
An example of an `_` expression:
1414

0 commit comments

Comments
 (0)