diff options
Diffstat (limited to 'www/diagnostics.html')
-rw-r--r-- | www/diagnostics.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/diagnostics.html b/www/diagnostics.html index 00a3f9a9f689c..2c9c7913612d9 100644 --- a/www/diagnostics.html +++ b/www/diagnostics.html @@ -231,7 +231,7 @@ diagnostic.<p> <h2>Template Type Diffing</h2> -<p>Templates types can be long and difficult to read. Moreso when part of an +<p>Templates types can be long and difficult to read. More so when part of an error message. Instead of just printing out the type name, Clang has enough information to remove the common elements and highlight the differences. To show the template structure more clearly, the templated type can also be |