diff options
| author | Nico Weber <thakis@chromium.org> | 2019-12-20 21:39:01 -0500 |
|---|---|---|
| committer | Nico Weber <thakis@chromium.org> | 2019-12-20 21:39:01 -0500 |
| commit | bab67ba6a3c451fbadd6b8b38c5043ef7e316d56 (patch) | |
| tree | c855cce491467dfa60abdc231781db79a12ab99b /clang/docs | |
| parent | b4dfa74a5d80b3602a5315fac2ef5f98b0e63708 (diff) | |
| download | bcm5719-llvm-bab67ba6a3c451fbadd6b8b38c5043ef7e316d56.tar.gz bcm5719-llvm-bab67ba6a3c451fbadd6b8b38c5043ef7e316d56.zip | |
fix a doc typo to cycle bots
Diffstat (limited to 'clang/docs')
| -rw-r--r-- | clang/docs/LibASTMatchersTutorial.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LibASTMatchersTutorial.rst b/clang/docs/LibASTMatchersTutorial.rst index 878f8085de6..22285c5f0fa 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 <IntroductionToTheClangAST>` |

