diff options
Diffstat (limited to 'src/core/parser/ParserScope.cpp')
-rw-r--r-- | src/core/parser/ParserScope.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/parser/ParserScope.cpp b/src/core/parser/ParserScope.cpp index 045facd..e3b50b9 100644 --- a/src/core/parser/ParserScope.cpp +++ b/src/core/parser/ParserScope.cpp @@ -431,7 +431,7 @@ bool ParserScope::resolveValue(Variant &data, Handle<Type> type, Logger &logger) } // Set the data to the value of the constant (even if an error - // happend -- probably the type is was not that wrong -- who knows? + // happend -- probably the type was not that wrong -- who knows?) innerData = constant->getValue(); return res; |