Fix typo
This commit is contained in:
parent
83392e3ac4
commit
37b9560ee3
|
@ -92,7 +92,7 @@
|
|||
type (::token/type curr)]
|
||||
(if (contains? tokens type)
|
||||
{:success true :parser (advance parser)}
|
||||
{:success false :paser (panic (advance parser) message)}
|
||||
{:success false :parser (panic (advance parser) message)}
|
||||
)))
|
||||
|
||||
(defn- accept [tokens parser]
|
||||
|
|
Loading…
Reference in New Issue
Block a user