summaryrefslogtreecommitdiff
path: root/src/core/parser/ParserContext.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/parser/ParserContext.hpp')
-rw-r--r--src/core/parser/ParserContext.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/parser/ParserContext.hpp b/src/core/parser/ParserContext.hpp
index 88d1f52..bb64600 100644
--- a/src/core/parser/ParserContext.hpp
+++ b/src/core/parser/ParserContext.hpp
@@ -71,8 +71,8 @@ struct ParserContext {
/**
* Constructor of the ParserContext class.
*
- * @param scope is a reference to the ParserScope instance that should be used to
- * lookup names.
+ * @param scope is a reference to the ParserScope instance that should be
+ * used to lookup names.
* @param registry is a reference at the Registry class, which allows to
* obtain references at parsers for other formats or script engine
* implementations.