Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2009-10-02 16:20:32 +0000
committerVivian Kong2009-10-02 16:20:32 +0000
commit0916bdb4345cbd76d0ed73b6bd0f0c3785558127 (patch)
treebcc6133d277d631be7e7e4f933c4f0536f957e1c
parent12376b0b5749169aaa122afe14512e4a4ba89f42 (diff)
downloadorg.eclipse.cdt-0916bdb4345cbd76d0ed73b6bd0f0c3785558127.tar.gz
org.eclipse.cdt-0916bdb4345cbd76d0ed73b6bd0f0c3785558127.tar.xz
org.eclipse.cdt-0916bdb4345cbd76d0ed73b6bd0f0c3785558127.zip
Fix CHKPII errorsv200910021233
-rw-r--r--doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm
index e04b62e3188..feca7a843b8 100644
--- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm
+++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm
@@ -16,7 +16,7 @@ tr {vertical-align: top;}
<body>
<h1>CDT 5.0 - New and Noteworthy</h1>
<p>CDT 5.0 includes new features in Editor, Call Hierarchy,
-Refactoring, Indexer, Projects & Build, and Debug.
+Refactoring, Indexer, Projects &amp; Build, and Debug.
<p>
See <a href="http://wiki.eclipse.org/CDT/User/NewIn50">What's New in CDT 5.0</a> on the CDT Wiki for more information including screen shots.

Back to the top