Add missing back-quote

Martin Geisler 2019-02-02 09:34:38 +01:00 committed by Fangrui Song
parent adf0304c93
commit 30a8182535

2
FAQ.md

@ -17,7 +17,7 @@ remove them.
If you want to convince Clang to use the GCC header files you can add the
`--gcc-toolchain` option either via the [`.ccls` file](Project-Setup#ccls-file)
or the [`clang.extraArgs](Customization#clangextraargs--clangexcludeargs)
or the [`clang.extraArgs`](Customization#clangextraargs--clangexcludeargs)
initialization option. For example to choose the GCC system header files you
might add: