summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/CONTRIBUTING2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CONTRIBUTING b/docs/CONTRIBUTING
index e8842e9046..08aab57f51 100644
--- a/docs/CONTRIBUTING
+++ b/docs/CONTRIBUTING
@@ -20,7 +20,7 @@ readable and maintainable.
20Language features 20Language features
21----------------- 21-----------------
22Write normal C code. Don't redefine the language. No new types (structs are 22Write normal C code. Don't redefine the language. No new types (structs are
23structs, not typedefs), no C++isms or Javaisms. Also, avoid using "const". 23structs, not typedefs), no C++isms or Javaisms.
24 24
25Names 25Names
26----- 26-----