From defe33410397f9b5ab57ecc2673943c920ba40f5 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Fri, 10 Dec 2021 01:26:11 -0500 Subject: [PATCH] Fix link markup (#601) --- source/documentation/values/functions.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/documentation/values/functions.html.md.erb b/source/documentation/values/functions.html.md.erb index f9f3606..dbaa741 100644 --- a/source/documentation/values/functions.html.md.erb +++ b/source/documentation/values/functions.html.md.erb @@ -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' %>