diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/parser/utils/TokenTrie.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/parser/utils/TokenTrie.hpp b/src/core/parser/utils/TokenTrie.hpp index c470acc..42cd19c 100644 --- a/src/core/parser/utils/TokenTrie.hpp +++ b/src/core/parser/utils/TokenTrie.hpp @@ -80,7 +80,7 @@ public:  		TokenId id;  		/** -		 * Default constructor, initializes the descriptor with nullptr. +		 * Default constructor, initializes the token id with Tokens::Empty.  		 */  		Node();  	};  | 
