Skip to content

Commit

Permalink
doc: typo in faq
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Jan 26, 2024
1 parent 362731d commit 5318915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ an unsafe recursive position?
This error is thrown by the Parsley compiler when Scala would otherwise have thrown a
`NullPointerException` during what's known as "let-finding". This is the very first phase of the
pipeline, and, since Parsley does not use `null` _anywhere_ in the front-end, its a symptom of a
parser having been demanded before its actually been defined. So what does mean for you, the user?
parser having been demanded before its actually been defined. So what does that mean for you, the user?

Well, unfortunately, Scala doesn't give us any indication about which parser is at fault (and the
Java 14 Helpful NPEs don't help much either). But here are the possible causes:
Expand Down

0 comments on commit 5318915

Please sign in to comment.