Fix closing tag in notes docs

This commit is contained in:
Avi Schwab
2024-01-11 17:03:45 -06:00
committed by GitHub
parent 9a64d9579d
commit b412fdf65a
+2 -2
View File
@@ -269,7 +269,7 @@ Use the "note" shortcode with `{{%/* */%}}` delimiters to call attention to impo
Use the [`math.Mod`] function to control...
[`math.Mod`]: /functions/math/mod/
{{%/* /code */%}}
{{%/* /note */%}}
```
Rendered:
@@ -278,7 +278,7 @@ Rendered:
Use the [`math.Mod`] function to control...
[`math.Mod`]: /functions/math/mod/
{{% /code %}}
{{% /note %}}
## New features