mirror of
1
0
Fork 0

Fix a term in intro/running.md

"per say" → "per se".
This commit is contained in:
Gerald Combs 2018-09-02 21:04:35 +00:00
parent 582429d07a
commit a684934799
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ You can replace the make line with `cmake --build .` if you'd like, and it will
## Picking a compiler
Selecting a compiler must be done on the first run in an empty directory. It's not CMake syntax per-say, but you might not be familiar with it. To pick Clang:
Selecting a compiler must be done on the first run in an empty directory. It's not CMake syntax per se, but you might not be familiar with it. To pick Clang:
{% term %}
~/package/build $ CC=clang CXX=clang++ cmake ..