aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/markdown/Yaml-RefMan.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Yaml-RefMan.md b/docs/markdown/Yaml-RefMan.md
index b59e4e6..0e59bf5 100644
--- a/docs/markdown/Yaml-RefMan.md
+++ b/docs/markdown/Yaml-RefMan.md
@@ -48,7 +48,7 @@ Examples:
Now the same in a code block:
```meson
-[[#@str]] [[executable]]('main', [
+[[#@str]] [[#executable]]('main', [
'file_@0@.cpp'.format([[#meson.version]])
])
```