cmRST: Fix typo in comment

This commit is contained in:
Brad King
2023-03-09 15:40:51 -05:00
parent 6a84717d17
commit d4b21bcdd6
+1 -1
View File
@@ -211,7 +211,7 @@ void cmRST::ProcessLine(std::string const& line)
this->NormalLine(line);
}
}
// An explicit markup start followed nothing but whitespace and a
// An explicit markup start followed by nothing but whitespace and a
// blank line does not consume any indented text following.
else if (this->MarkupType == Markup::Empty && line.empty()) {
this->NormalLine(line);