[clang] bab67ba - fix a doc typo to cycle bots

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 20 18:39:13 PST 2019


Author: Nico Weber
Date: 2019-12-20T21:39:01-05:00
New Revision: bab67ba6a3c451fbadd6b8b38c5043ef7e316d56

URL: https://github.com/llvm/llvm-project/commit/bab67ba6a3c451fbadd6b8b38c5043ef7e316d56
DIFF: https://github.com/llvm/llvm-project/commit/bab67ba6a3c451fbadd6b8b38c5043ef7e316d56.diff

LOG: fix a doc typo to cycle bots

Added: 
    

Modified: 
    clang/docs/LibASTMatchersTutorial.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/LibASTMatchersTutorial.rst b/clang/docs/LibASTMatchersTutorial.rst
index 878f8085de69..22285c5f0fa9 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>`
 


        


More information about the cfe-commits mailing list