diff options
author | Chris Lattner <sabre@nondot.org> | 2009-09-30 20:20:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-09-30 20:20:06 +0000 |
commit | 871dc3e2258e6161d0d22bbfbaf36f2accb25a2b (patch) | |
tree | 9799f0eb03b0a37ea750a0a23c7a0e12e69564fa /www/diagnostics.html | |
parent | 0e3b44b0f4e738b62c8302084363334bfadd7963 (diff) |
fix line #'s
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83162 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/diagnostics.html')
-rw-r--r-- | www/diagnostics.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/diagnostics.html b/www/diagnostics.html index d1645b6ca7..18f1bc7ff0 100644 --- a/www/diagnostics.html +++ b/www/diagnostics.html @@ -296,8 +296,8 @@ examples are:</p> </pre> <p>This shows a trivial little tweak, where we tell you to put the semicolon at -the end of the line that is missing it (line 8) instead of at the beginning of -the following line (line 9). This is particularly important with fixit hints +the end of the line that is missing it (line 4) instead of at the beginning of +the following line (line 5). This is particularly important with fixit hints and caret diagnostics, because otherwise you don't get the important context. </p> |