diff --git a/CODESTYLE.md b/CODESTYLE.md index 6372fed91..3972d88b2 100644 --- a/CODESTYLE.md +++ b/CODESTYLE.md @@ -151,8 +151,9 @@ one with related functions when working on temporary strings. # C3 Standard library style guide. -When contributing to the standard librairy please to your best to follow the following style requirements -as to ensure a consistent style in the stdlib and also make accepting PRs more quickly. +When contributing to the standard library please try your best to adhere to the +following style requirements to ensure a consistent style in the stdlib and to +facilitate accepting PRs more quickly. ### Braces are placed on the next line @@ -256,4 +257,4 @@ argument. ## Add tests to your changes If you add or fix things, then there should always be tests in `test/unit/stdlib` to verify -the functionality. \ No newline at end of file +the functionality.