janet-lang / janet

A dynamic language and bytecode vm
https://janet-lang.org
MIT License
3.38k stars 217 forks source link

Fix arity typo in peg #1336

Closed pepe closed 7 months ago

pepe commented 7 months ago

As found in https://github.com/janet-lang/janet/issues/1335, there seems to be a typo in the peg arity check, which this PR fixes.

bakpakin commented 7 months ago

Thanks for the fix!