summaryrefslogtreecommitdiffstats
path: root/parsers/Paragraphs.java
diff options
context:
space:
mode:
Diffstat (limited to 'parsers/Paragraphs.java')
-rw-r--r--parsers/Paragraphs.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/Paragraphs.java b/parsers/Paragraphs.java
index 02d6de6..2a619b3 100644
--- a/parsers/Paragraphs.java
+++ b/parsers/Paragraphs.java
@@ -27,7 +27,7 @@ public class Paragraphs implements Parser {
* give the paragraph that is identified htmlTagPattern
* and see whether the "paragraph" that is actually
* deducted is some other html block like <h1> (heading)
- * or <blockquote>, etcetera. "matcher.find()" has
+ * or <blockquote>, etcetera. If "matcher.find()" has
* actually found a html block then we don't need to do
* the conversion.
*/