--- a/docs/Writerside/topics/collection.h.md Wed Dec 31 15:25:30 2025 +0100 +++ b/docs/Writerside/topics/collection.h.md Wed Dec 31 16:01:08 2025 +0100 @@ -35,7 +35,7 @@ | `store_pointer` | A `bool` indicating whether this collection stores pointers instead of the element's data. | | `sorted` | A `bool` indicating whether the elements are currently guaranteed sorted with respect to the compare function. | -The attributes can be accessed directly via the `collection` member of your struct, or with the following convenience macros. +The attributes can be accessed directly via the `collection` member of your struct or with the following convenience macros. ```C cxCollectionSize(c)