From d974cae28612e910632fe23532ff9611811ded76 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 12 Jan 2025 17:37:36 +0200 Subject: [PATCH] contrib : clarify `_context` suffix usage [no ci] --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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