diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 70f289f1..ff8e182b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,7 +6,7 @@ #### Manually checked properties -* [ ] `#ifdef`s only for header encapsulation +* [ ] `#if`/`#ifdef`s only for header encapsulation * [ ] `api.h` does not include other files * [ ] No stringification macros * [ ] Output-parameter pointers in functions are on the left diff --git a/README.md b/README.md index 9ed821b5..e69225ed 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ _The checking of items on this list is still being developed. Checked items shou ## Requirements on C implementations that are manually checked * Minimalist Makefiles -* `#ifdef`s only for header encapsulation +* `#if`/`#ifdef`s only for header encapsulation * No stringification macros * Output-parameter pointers in functions are on the left * `const` arguments are labeled as `const`