use double quotes here

This commit is contained in:
tocariimaa 2025-01-20 17:50:04 -03:00
parent 47684dfb38
commit 1b1653b593

View file

@ -4,7 +4,7 @@
; - alternatives are ordered
function-kind = "proc" / "iter"
proc-decl = function-kind ident ["*"] "(" [proc-decl-args] ")" [":" ident] *stmt 'end'
proc-decl = function-kind ident ["*"] "(" [proc-decl-args] ")" [":" ident] *stmt "end"
proc-decl-args = symbol-type-pair *("," symbol-type-pair)
symbol-type-pair = ident ":" ident