CONTRIBUTING: grammar

This commit is contained in:
nick black 2020-12-06 22:08:25 -05:00
parent e60a7aa463
commit ca2f5cf748
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -21,8 +21,8 @@ the 128 elements of ASCII should check for UTF8 availability, and fall back to
an ASCII equivalent if not present (or return an error).
Run `make test` with your changes, and ensure all tests pass. Run
`notcurses-demo` as well, if you changes are to the core library or the
demo code.
`notcurses-demo` as well, if your changes affect the core library (or the
demo code).
## C standard
Notcurses targets the ISO C11 standard. This means you should avoid using