docs: fix cxx -> cpp

pull/14081/head
Dylan Baker 2 months ago
parent 1cda655c55
commit 3741a1d173
  1. 2
      docs/markdown/Design-rationale.md

@ -236,7 +236,7 @@ Above we mentioned precompiled headers as a feature not supported by
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')
```

Loading…
Cancel
Save