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>`
 


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to