Fix link markup (#601)

This commit is contained in:
Shaun McCance 2021-12-10 01:26:11 -05:00 committed by GitHub
parent c9323faa76
commit defe334103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ get it as a value. Once you have a function value, you can pass it to the
functions* that call other functions.
[Functions]: ../at-rules/function
[`meta.get-function` function]: ../modules/meta#get-function
[`meta.get-function()` function]: ../modules/meta#get-function
[`meta.call()` function]: ../modules/meta#call
<%= partial 'code-snippets/example-first-class-function' %>