diff options
author | Richard Trieu <rtrieu@google.com> | 2012-06-27 02:36:34 +0000 |
---|---|---|
committer | Richard Trieu <rtrieu@google.com> | 2012-06-27 02:36:34 +0000 |
commit | 4375b084c3d528a7d91bbaece369dbcfdedf0af8 (patch) | |
tree | e5e8cbe9c9faed39de2d7da69207323b63ac398b /docs/InternalsManual.html | |
parent | 7249eb05c8edb3987f2971b2f68ec618712c113a (diff) |
Add missing words to manual.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159251 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/InternalsManual.html')
-rw-r--r-- | docs/InternalsManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/InternalsManual.html b/docs/InternalsManual.html index c97acd1ae0..76b0c67644 100644 --- a/docs/InternalsManual.html +++ b/docs/InternalsManual.html @@ -361,7 +361,7 @@ Clang:</p> <tr><td colspan="2"><b>"diff" format</b></td></tr> <tr><td>Example:</td><td><tt>"no known conversion %diff{from | to | }1,2"</tt></td></tr> <tr><td>Class:</td><td>QualType</td></tr> -<tr><td>Description</td><td><p>This formatter takes two QualTypes and attempts to print a template difference between the two. If tree printing is off, the entire text inside the the braces, with the formatted text replacing the pipes. If tree printing is on, the text is not printed and a type tree is printed after the diagnostic message.</p></td></tr> +<tr><td>Description</td><td><p>This formatter takes two QualTypes and attempts to print a template difference between the two. If tree printing is off, the entire text inside the the braces is printed, with the formatted text replacing the pipes. If tree printing is on, the text is not printed and a type tree is printed after the diagnostic message.</p></td></tr> </table> |