typo
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / corext / template / php / HTMLUnitContext.java
index 6e94d4c..ba9e346 100644 (file)
@@ -20,7 +20,7 @@ public class HTMLUnitContext extends CompilationUnitContext {
   //   private static final char HTML_TAG_END= '>';
   //   private static final char JAVADOC_TAG_BEGIN= '@';
   /**
-   * special characters '&' for the start of HTML entities ' <' for the start of HTML tags '#' for the start of colour attributes
+   * special characters '&' for the start of HTML entities '<' for the start of HTML tags '#' for the start of colour attributes
    * '{' for the start of smarty partitions inside HTML code
    */
   private static final String specialChars = "&<#{";