mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 15:19:12 +08:00
docs(lang#c): typo in clang example
This commit is contained in:
parent
3863ea6381
commit
5b6e41f1bb
@ -73,7 +73,7 @@ Here is an example how to use above options:
|
||||
[[layers]]
|
||||
name = "lang#c"
|
||||
clang_executable = "/usr/bin/clang"
|
||||
clang_flag = ['-I/user/include']
|
||||
clang_flag = ['-I/usr/include']
|
||||
[layer.clang_std]
|
||||
c = "c11"
|
||||
cpp = "c++1z"
|
||||
|
Loading…
x
Reference in New Issue
Block a user