소스 검색

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())
 		{