use md extension instead of html

This commit is contained in:
Eric Huss 2023-11-21 09:56:04 -08:00 committed by GitHub
parent 8332955ca0
commit 7f1e24a457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Underscore expressions, denoted with the symbol `_`, are used to signify a
placeholder in a destructuring assignment. They may only appear in the left-hand
side of an assignment.
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).
An example of an `_` expression: