浏览代码

fix a grammar error in the classify engine comments

gsp 1 年之前
父节点
当前提交
306aa9367d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OTSCPP/OTSClassifyEngine/ExpressionClassifyEngine.cpp

+ 1 - 1
OTSCPP/OTSClassifyEngine/ExpressionClassifyEngine.cpp

@@ -426,7 +426,7 @@ CElementChemistriesList ExpressionClassifyEngine::ZeroElementProcess(COTSParticl
 			}
 		}
 		if (bMatch == false) continue;
-		// all the rule's using element are contained in the particle then we replace the element with the percentage value
+		// all the rule's using elements are contained in the particle then we replace the element with the percentage value
 
 		for (std::string s : rule->GetOtherpropertyList())
 		{