Typo in the first paragraph last sentence of the Getting Started section of README.md.
https://github.com/isocpp/CppCoreGuidelines/blob/master/README.md
The text reads:
"Note that it manually integrated and can be slightly older than the version in the master branch."
Should read something like:
"Note that it is manually integrated and can be slightly older than the version in the master branch."
I would accept this pull request :)
Thanks lbrandy, if interested I'd like to suggest the rewording of several passages in the README.md. Should I continue to submit individual issues or would it be preferable to submit one issue and create a pull request to a folk containing the recommend changes?
For a small uncontroversial change a pull request without an issue is better for the editors - they have fewer buttons to click.
Ok, thanks.
Right, there's no point submitting an issue _and_ a pull request, it just means more work to close the issue after merging the fix. Just create a pull request.
Most helpful comment
I would accept this pull request :)