From 30a818253582c99def0c6c8f569c90e27d7368c5 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Sat, 2 Feb 2019 09:34:38 +0100 Subject: [PATCH] Add missing back-quote --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index f602a1b..ae84388 100644 --- a/FAQ.md +++ b/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: