From 7fd17ba7cc15ef9e263e9acd9df6a4e767aad2ee Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sat, 11 Jan 2025 16:01:51 +0200 Subject: [PATCH] contrib : cont [no ci] --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`