summaryrefslogtreecommitdiffstats
path: root/parsers/Paragraphs.java
diff options
context:
space:
mode:
authorrsiddharth <rsd@scruf>2012-10-25 02:04:52 +0530
committerrsiddharth <rsd@scruf>2012-10-25 02:04:52 +0530
commit42a846f59d7b6971ff1111544df089a9ff0f6570 (patch)
treeec43bba18d95f5823644eea41db7b074716c4d39 /parsers/Paragraphs.java
parentf533ccd443c61c7b3f3fd58ddd1327d384539c5e (diff)
modified:
parsers/CodeBlocks.java parsers/Paragraphs.java
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.
*/