Skip to content

Commit

Permalink
docs(combinators/choice): minor adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
norskeld committed Jan 17, 2023
1 parent e92a032 commit 0c20887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/combinators/choice.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ run(Parser).with('true')
Notice how the `expected` field differs depending on the input, specifically its length.

::: danger Failure
```ts
```ts{7}
run(Parser).with('yank')
{
Expand All @@ -53,7 +53,7 @@ run(Parser).with('yank')
}
```
---
```ts
```ts{7}
run(Parser).with('maybe')
{
Expand Down

1 comment on commit 0c20887

@vercel
Copy link

@vercel vercel bot commented on 0c20887 Jan 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.