rust-bakery / nom

Rust parser combinator framework
MIT License
9.18k stars 792 forks source link

Improve wording on nom::Err description #1655

Closed WhyNotHugo closed 1 year ago

WhyNotHugo commented 1 year ago

The previous description assumed that the reader is writing the code that returns nom::Err. It was very confusing when reading it as a someone handling this return type.

Hopefully this wording is more neutral and clearer is both contexts.

Geal commented 1 year ago

thanks!