aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/markdown/Precompiled-headers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Precompiled-headers.md b/docs/markdown/Precompiled-headers.md
index 57b2923..3f7d4b4 100644
--- a/docs/markdown/Precompiled-headers.md
+++ b/docs/markdown/Precompiled-headers.md
@@ -70,7 +70,7 @@ has multiple languages, you can specify multiple pch files like this.
```meson
executable('multilang', sources : srclist,
- c_pch : 'pch/c_pch.h', cpp_pch : 'pch/cpp_pch.h'])
+ c_pch : 'pch/c_pch.h', cpp_pch : 'pch/cpp_pch.h')
```
Using precompiled headers with MSVC