diff --git a/docs/Tooling.rst b/docs/Tooling.rst index b1281fc09efb949344eafee3b003de5f9b59c1f7..190fb5cc3db1a7df1b2ad32d18bb348bb7b42588 100644 --- a/docs/Tooling.rst +++ b/docs/Tooling.rst @@ -72,7 +72,7 @@ Use LibTooling when you...: * want to run tools over a single file, or a specific subset of files, independently of the build system * want full control over the Clang AST -* want to share code with Clang Plgins +* want to share code with Clang Plugins Do not use LibTooling when you...: