Skip to content

Commit 4e98732

Browse files
committed
Fix typo in Parser.oz
1 parent 810acee commit 4e98732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/compiler/Parser.oz

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ define
338338
[pB 'prop' plus(lvl0) pE]#fun{$ [P1 _ Ss P2]}fProp(Ss {MkPos P1 P2})end
339339
[pB 'attr' plus(attrOrFeat) pE]#fun{$ [P1 _ As P2]}fAttr(As {MkPos P1 P2})end
340340
[pB 'feat' plus(attrOrFeat) pE]#fun{$ [P1 _ As P2]}fFeat(As {MkPos P1 P2})end
341-
)1
341+
)
342342
attrOrFeat:[alt(escVar feature) opt([':' lvl0])]#fun{$ [K V]}
343343
if V==nil then K
344344
else K#(V.2).1

0 commit comments

Comments
 (0)