tzlaine / parser

A C++ parser combinator library.
Boost Software License 1.0
69 stars 12 forks source link

Docs: typo in Error Handling and Debugging #142

Closed LegalizeAdulthood closed 3 months ago

LegalizeAdulthood commented 4 months ago

On the page Error Handling and Debugging, the code snippet for diagnosing missing XML close tags ends with:

        // Explicitly fail the parse.  Diagnostics to not affect parse success.

"Diagnostics to not affect" should be "Diagnostics do not affect".