diff --git a/src/org/rascalmpl/library/ParseTree.rsc b/src/org/rascalmpl/library/ParseTree.rsc index d8cdfabcbfc..8e799da1a11 100644 --- a/src/org/rascalmpl/library/ParseTree.rsc +++ b/src/org/rascalmpl/library/ParseTree.rsc @@ -192,7 +192,7 @@ data Production data Production = \error(Symbol def, Production prod, int dot) - | \skipped(Symbol symbol); + | \skipped(Symbol def); @synopsis{Attributes in productions.} @description{