aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Precompiled-headers.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-01-31 18:00:24 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2021-01-31 18:00:24 +0200
commit27abed4a707ba69b019822a0a0e3c045542b4443 (patch)
treeb32990d77af51d03e98c01a3a1af78def756b26f /docs/markdown/Precompiled-headers.md
parent4bde7f31ae5fa162a514f3d876d38943fcdff406 (diff)
downloadmeson-capitalization.zip
meson-capitalization.tar.gz
meson-capitalization.tar.bz2
Capitalize "Meson" consistently as it is a proper name. [skip ci]capitalization
Diffstat (limited to 'docs/markdown/Precompiled-headers.md')
-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 8b7f58e..e78dfe0 100644
--- a/docs/markdown/Precompiled-headers.md
+++ b/docs/markdown/Precompiled-headers.md
@@ -62,7 +62,7 @@ Let's say the source files of the binary use the system headers
#include <string.h>
```
-And add this to meson:
+And add this to Meson:
```meson
executable('myexe', sources : sourcelist, c_pch : 'pch/myexe_pch.h')