diff options
Diffstat (limited to 'docs/CONTRIBUTING')
| -rw-r--r-- | docs/CONTRIBUTING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CONTRIBUTING b/docs/CONTRIBUTING index e8842e9..08aab57 100644 --- a/docs/CONTRIBUTING +++ b/docs/CONTRIBUTING @@ -20,7 +20,7 @@ readable and maintainable. Language features ----------------- Write normal C code. Don't redefine the language. No new types (structs are -structs, not typedefs), no C++isms or Javaisms. Also, avoid using "const". +structs, not typedefs), no C++isms or Javaisms. Names ----- |