contrib : cont [no ci]

This commit is contained in:
Georgi Gerganov 2025-01-11 16:01:51 +02:00
parent e7bc61bc53
commit 7fd17ba7cc
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -69,7 +69,7 @@
- The `get` `<action>` can be omitted
- The `<noun>` can be omitted if not necessary
- The `_context` suffix of the subject is optional
- The `_context` suffix of the `<class>` is optional
- Use `init`/`free` for constructor/destructor `<action>`
- Declare structs with `struct x {}` instead of `typedef struct x {} x`