From: Jean-Daniel Dupas
Date: Sun, 13 May 2012 14:32:11 +0000 (+0000)
Subject: Fix Xcode case (Upper X, lower c)
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=332f9aa53f692b2be23ba9dce1f6c71647fef029;p=clang
Fix Xcode case (Upper X, lower c)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156742 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/Tooling.html b/docs/Tooling.html
index 642f8abf4d..340abf6893 100644
--- a/docs/Tooling.html
+++ b/docs/Tooling.html
@@ -23,7 +23,7 @@ is probably the interface you want to use. Consider the other interfaces only
when you have a good reason not to use LibClang.
Canonical examples of when to use LibClang:
- - XCode
+ - Xcode
- Clang Python Bindings
Use LibClang when you...