From 71a765c66e4b7f428575fe0599b2aeab1462f43e Mon Sep 17 00:00:00 2001 From: Matthew Brush Date: Thu, 15 May 2025 18:36:18 -0700 Subject: [PATCH] Update CODESTYLE.md Fix a couple typos and wording. --- CODESTYLE.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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.