[CheckGeometry] update a source code comment

This commit is contained in:
mwganson
2020-09-03 12:09:38 +02:00
committed by Yorik van Havre
parent a4e38baeb3
commit dc3befbff3
+1 -1
View File
@@ -304,7 +304,7 @@ std::string InterpreterSingleton::runString(const char *sCmd)
*
* example: runStringWithKey("_key = 'new string'", "_key", "old string")
* If the return value of runStringWithKey() = "old string" then there was an error
* Enable logging and copy/paste the script to the console or to a macro to debug.
* copy/paste the script to the console or to a macro to debug.
*/
std::string InterpreterSingleton::runStringWithKey(const char *psCmd, const char *key, const char *key_initial_value){