diff options
author | Shubham Lagwankar <shubhu105@gmail.com> | 2019-01-20 16:17:16 -0500 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-01-20 23:24:28 +0200 |
commit | 37533360d7b16dc9e7f3e03ab3c1757bbefdce0a (patch) | |
tree | 7cce02b2a7584cb4d3ec3319a4008703f6451c48 /docs | |
parent | 3804172d61aee60c46231af373e4dcec5cc79458 (diff) | |
download | meson-37533360d7b16dc9e7f3e03ab3c1757bbefdce0a.zip meson-37533360d7b16dc9e7f3e03ab3c1757bbefdce0a.tar.gz meson-37533360d7b16dc9e7f3e03ab3c1757bbefdce0a.tar.bz2 |
Remove stray bracket [skip ci]
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Precompiled-headers.md | 2 |
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 |