Author: Qiu Chaofan
Date: 2020-01-27T11:37:43+08:00
New Revision: 59d690850eebcd0e37f205bde16edbd4f2a54053

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

LOG: [NFC] Fix typo in Clang docs

Added: 
    

Modified: 
    clang/docs/LibASTMatchersReference.html

Removed: 
    


################################################################################
diff  --git a/clang/docs/LibASTMatchersReference.html 
b/clang/docs/LibASTMatchersReference.html
index 5bb181b04d3a..bc6501c767ef 100644
--- a/clang/docs/LibASTMatchersReference.html
+++ b/clang/docs/LibASTMatchersReference.html
@@ -50,7 +50,7 @@ <h1>AST Matcher Reference</h1>
 </p>
 
 <p>Within each category the matchers are ordered by node type they match on.
-Note that if a matcher can match multiple node types, it will it will appear
+Note that if a matcher can match multiple node types, it will appear
 multiple times. This means that by searching for Matcher&lt;Stmt&gt; you can
 find all matchers that can be used to match on Stmt nodes.</p>
 


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

Reply via email to