fix wrong comment
diff --git a/src/prettify/example/Example.java b/src/prettify/example/Example.java
index a5ea2f4..45d4e93 100644
--- a/src/prettify/example/Example.java
+++ b/src/prettify/example/Example.java
@@ -93,7 +93,7 @@
         // the Prettify parser
         Parser parser = new PrettifyParser();
 
-        // use Default theme
+        // initialize the highlighter and use Default theme
         SyntaxHighlighter highlighter = new SyntaxHighlighter(parser, new ThemeDefault());
         // set the line number count from 10 instead of 1
         highlighter.setFirstLine(10);