--- a/docs/Writerside/topics/printf.h.md Sat Oct 11 15:42:48 2025 +0200 +++ b/docs/Writerside/topics/printf.h.md Sun Oct 12 20:21:56 2025 +0200 @@ -96,7 +96,7 @@ The `cx_sprintf()` and `cx_sprintf_a()` functions take a pointer `str` to a pointer to a pre-allocated buffer, as well as a pointer `len` to `*str`'s length. -If the formatted output would not fit into this buffer, it is reallocated +If the formatted output does not fit into this buffer, it is reallocated and the new pointer to the buffer and the new length are written back to the variables pointed to by `str` and `len`. The `cx_sprintf_s()` and `cx_sprintf_sa()` functions differ from the previous function in that they take