From 7b266c3bfc5f1fcf530febff5d054409ade46fda Mon Sep 17 00:00:00 2001 From: Kuba Sunderland-Ober Date: Thu, 18 Jun 2026 10:48:18 +0200 Subject: [PATCH] Fix syntax in CustomControl attribute. --- docs/Reference/Attributes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Reference/Attributes.md b/docs/Reference/Attributes.md index b8627cd5..0b2d8304 100644 --- a/docs/Reference/Attributes.md +++ b/docs/Reference/Attributes.md @@ -208,7 +208,7 @@ A limited case of [constant foldable attribute](#constantfoldable), which applie ## CustomControl (String) {: #customcontrol } -Syntax: **[Description("** image file name **")]** +Syntax: **[CustomControl("** image file name **")]** Applicable to: [**Class**](Class)