From 75e2d0e2f15030bfa026a4125589dabbaa414af0 Mon Sep 17 00:00:00 2001 From: schvv31n Date: Fri, 13 Oct 2023 19:26:33 +0100 Subject: [PATCH] fixed heading in docs --- website/docs/concepts/html/elements.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/concepts/html/elements.mdx b/website/docs/concepts/html/elements.mdx index 64160a0c63d..250a3e950d2 100644 --- a/website/docs/concepts/html/elements.mdx +++ b/website/docs/concepts/html/elements.mdx @@ -164,7 +164,7 @@ These elements are called _void_ elements, and they are: Attempting to provide children to these elements will result in a compilation error or, if the element tag is chosen dynamically, in a panic. -### The case of