Jelajahi Sumber

cmRST: Fix typo in comment

Brad King 3 tahun lalu
induk
melakukan
d4b21bcdd6
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Source/cmRST.cxx

+ 1 - 1
Source/cmRST.cxx

@@ -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);