Skip to content

Commit

Permalink
docs: fix cxx -> cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbaker committed Jan 6, 2025
1 parent 1cda655 commit 3741a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/markdown/Design-rationale.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')
```

Expand Down

0 comments on commit 3741a1d

Please sign in to comment.