diff -r bbe3199e37fc -r 85fd3ff8416e docs/Writerside/topics/about.md --- a/docs/Writerside/topics/about.md Sun Dec 21 11:09:46 2025 +0100 +++ b/docs/Writerside/topics/about.md Sun Dec 21 23:58:30 2025 +0100 @@ -45,7 +45,7 @@ * changes cxBufferTerminate() to automatically shrink the buffer * changes cxBufferTerminate() so that position and size are equal after a successful operation * changes cxBufferPutString() to accept any kind of string that cx_strcast() supports -* changes multiple string.h functions automatically apply cx_strcast() where possible +* changes that multiple string.h functions now also automatically apply cx_strcast() where possible * changes the names of cxDefineDestructor() and cxDefineAdvancedDestructor() to cxSetDestructor() and cxSetdvancedDestructor() * changes the name of cxCollectionCompareFunc() to cxSetCompareFunc()