[clang] 59d6908 - [NFC] Fix typo in Clang docs
Qiu Chaofan via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 26 19:38:46 PST 2020
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<Stmt> you can
find all matchers that can be used to match on Stmt nodes.</p>
More information about the cfe-commits
mailing list