Browse Source

fix a grammar error in the classify engine comments

gsp 1 year ago
parent
commit
306aa9367d
1 changed files with 1 additions and 1 deletions
  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())
 		{