diff --git a/clang/docs/LibASTMatchersTutorial.rst b/clang/docs/LibASTMatchersTutorial.rst index 878f8085de697e..22285c5f0fa969 100644 --- a/clang/docs/LibASTMatchersTutorial.rst +++ b/clang/docs/LibASTMatchersTutorial.rst @@ -8,7 +8,7 @@ explicitly aimed at people who are new to Clang, so all you should need is a working knowledge of C++ and the command line. In order to work on the compiler, you need some basic knowledge of the -abstract syntax tree (AST). To this end, the reader is incouraged to +abstract syntax tree (AST). To this end, the reader is encouraged to skim the :doc:`Introduction to the Clang AST `