docs/Writerside/topics/collection.h.md

changeset 1694
a2757c6427cc
parent 1689
a5b7cf49dea7
--- 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)

mercurial