summary refs log tree commit diff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-08-03 00:13:58 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2023-08-13 22:04:57 +0200
commit99c6942d83b73fbb741f4806da83b2fb03e9daee (patch)
tree95f5b4fc54cd40c9fd4bee739aa65ed448d0512a /CONTRIBUTING.md
parentdfe311b1b8253f4bcf21333725105298c366eb1a (diff)
CONTRIBUTING.md: Coding conventions -> code conventions
It's not conventions about how to do coding, it's about what the code
should look like
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b5d5a158b4b65..314e174cf5d2b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -373,7 +373,8 @@ However, many changes are able to be backported, including:
 - Services which require a client to be up-to-date regardless. (E.g. `spotify`, `steam`, or `discord`)
 - Security critical applications (E.g. `firefox`)
 
-## Coding conventions {#chap-conventions}
+
+## Code conventions
 
 ### File naming and organisation {#sec-organisation}