diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3a6ee5ce6..b59f2c37d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -84,7 +84,7 @@ - The `get` `` can be omitted - The `` can be omitted if not necessary - - The `_context` suffix of the `` is optional + - The `_context` suffix of the `` is optional. Use it to disambiguate symbols when needed. - Use `init`/`free` for constructor/destructor `` - Use the `_t` suffix when a type is supposed to be opaque to the user - it's not relevant to them if it is a struct or anything else