syntax docs

cvs
Slava Pestov 2006-01-03 22:19:00 +00:00
parent 747b595a92
commit 61196f79ff
1 changed files with 1 additions and 1 deletions

View File

@ -49,6 +49,6 @@ public class EndVector extends FactorParsingDefinition
throws FactorParseException throws FactorParseException
{ {
reader.append(new FactorArray( reader.append(new FactorArray(
reader.popState(start,word).first)); reader.popState(null,word).first));
} }
} }