diff options
-rw-r--r-- | docs/Tooling.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Tooling.rst b/docs/Tooling.rst index b1281fc09e..190fb5cc3d 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...: |