Skip to content

Commit 65cb948

Browse files
authored
check one's
correct
1 parent de4c362 commit 65cb948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/ParserSax.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace htmlcxx
3737
ParserSax() : mpLiteral(0), mCdata(false) {}
3838
virtual ~ParserSax() {}
3939

40-
/** Parse the html code */
40+
// Parse the html code //
4141
void parse(const std::string &html);
4242

4343
template <typename _Iterator>

0 commit comments

Comments
 (0)