Skip to content
Snippets Groups Projects
Commit 18e723e9 authored by Adam Wardynski's avatar Adam Wardynski
Browse files

Fix string representation of the 'lex' operator.

parent 0af83467
Branches
No related merge requests found
......@@ -49,7 +49,7 @@ public:
* @returns Name of the function
*/
std::string raw_name() const {
return "orth";
return "lex";
}
protected:
std::ostream& write_to(std::ostream& os) const;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment