mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-02 05:48:17 +00:00
fix incorrect tag name
This commit is contained in:
parent
71be775f61
commit
68de9723cd
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ walkScalarsUntilHelp = \string, state, step, index, length ->
|
|||
when step state scalar is
|
||||
Continue newState ->
|
||||
walkScalarsHelp string newState step (index + bytesParsed) length
|
||||
Done newState ->
|
||||
Break newState ->
|
||||
newState
|
||||
else
|
||||
state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue