| commit | 3741a1d173bd189bdf1b29f46e684bb668e71d5c | [log] [tgz] |
|---|---|---|
| author | Dylan Baker <dylan@pnwbakers.com> | Mon Jan 06 11:37:12 2025 -0800 |
| committer | Dylan Baker <dylan@pnwbakers.com> | Mon Jan 06 12:16:46 2025 -0800 |
| tree | be484d5cd3896adec65d5cb842eaf5080b5f96cb | |
| parent | 1cda655c552cd717bef23f901e372eebd5285542 [diff] |
docs: fix cxx -> cpp
diff --git a/docs/markdown/Design-rationale.md b/docs/markdown/Design-rationale.md index 67fec0a..4133979 100644 --- a/docs/markdown/Design-rationale.md +++ b/docs/markdown/Design-rationale.md
@@ -236,7 +236,7 @@ other build systems. Here's how you would use them. ```meson -project('pch demo', 'cxx') +project('pch demo', 'cpp') executable('myapp', 'myapp.cpp', pch : 'pch/myapp.hh') ```