fix comment

This commit is contained in:
Mylloon 2022-12-10 17:36:34 +01:00
parent 3790c1216e
commit df8d6e3d3a
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -142,7 +142,7 @@ expr:
Call { func = "%div" ; args = [ a ; b ] ; pos = $startpos($2) }
}
/* function() */
/* function(a */
| f = Lvar ; Lpardeb ; a = args_expr {
Call { func = f ; args = a ; pos = $startpos(a) }
}