Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct example in charsInBalanced #10481

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Correct example in charsInBalanced #10481

merged 1 commit into from
Dec 20, 2024

Conversation

silby
Copy link
Contributor

@silby silby commented Dec 20, 2024

The given example wasn't actually functional because anyChar parses a Char and charsInBalanced wants a Text parser as its inner parser.

The given example wasn't actually functional because `anyChar` parses a
`Char` and `charsInBalanced` wants a `Text` parser as its inner parser.
@jgm jgm merged commit 7f791f6 into jgm:main Dec 20, 2024
8 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants