diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e5ac6f70a..2b6dd1224 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -69,7 +69,7 @@ - The `get` `` can be omitted - The `` can be omitted if not necessary - - The `_context` suffix of the subject is optional + - The `_context` suffix of the `` is optional - Use `init`/`free` for constructor/destructor `` - Declare structs with `struct x {}` instead of `typedef struct x {} x`