Skip to content

Commit

Permalink
docs(combinators/chainl): minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
norskeld committed Jan 17, 2023
1 parent 44e6bfc commit e92a032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/combinators/chainl.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ run(Parser).with('10+10-5+15')
You will get the following result:

::: tip Success
```ts{4}
```ts{5}
{
isOk: true,
span: [ 0, 10 ],
Expand Down

0 comments on commit e92a032

Please sign in to comment.