Tux / Text-CSV_XS

perl5 module for composition and decomposition of comma-separated values
17 stars 20 forks source link

did proofreading #20

Closed soonix closed 4 years ago

soonix commented 4 years ago

found a minor misspelling, didn't want to notify you because just one wrong letter, so I seached for more ;-)

Tux commented 4 years ago

Thank you for going through the docs. More eyes, especially those that know English a lot better than I do, are always welcome. I value your input, and like to give you the credits, but the .md file is generated from the .pm file using pod2markdown < CSV_XS.pm > doc/CSV_XS.md, so I cannot merge this PR as is, nor do I have any idea how to "fix" the markdown-specific fixes. I think those should be addressed in Pod::Markdown. (or I just don't know how to write pod that is both backward compliant to 5.6.1 and generates correct markdown. So please submit a new PR to the .pm file with the language fixes. Otherwise I'd have to pick those by hand.

soonix commented 4 years ago

OK, will do.