Explorar o código

fix a grammar error in the classify engine comments

gsp hai 1 ano
pai
achega
306aa9367d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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())
 		{