tzlaine / parser

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

Docs say 'if' when they meant to say 'of' #135

Closed LegalizeAdulthood closed 6 months ago

LegalizeAdulthood commented 7 months ago

On the page Parsing in Detail the docs say:

Control passes up to the parent if int_pair, +int_pair.

they meant to say

Control passes up to the parent of int_pair, +int_pair.

tzlaine commented 7 months ago

Thanks for pointing out all these typos! These small mistakes are essentially invisible to me. I'vebeen reading, re-reading, and editing these docs for weeks, and still missed all this stuff. This and the other open issues are fixed on my mid-review branch.