src/cx/list.h

changeset 505
03e9151bea32
parent 504
aaf89ce0cbf6
child 508
8aea65ae1eaf
     1.1 --- a/src/cx/list.h	Tue Feb 15 19:48:25 2022 +0100
     1.2 +++ b/src/cx/list.h	Tue Feb 15 20:01:59 2022 +0100
     1.3 @@ -193,7 +193,8 @@
     1.4  typedef struct cx_list_s CxList;
     1.5  
     1.6  /**
     1.7 - * Convenience function to configure the memory management for this a list.
     1.8 + * Convenience function to configure the memory management for this list.
     1.9 + *
    1.10   * @param list the list to configure
    1.11   * @param list_destructor an alternative list destructor to use (if \c NULL, the current destructor remains unchanged)
    1.12   * @param content_destructor the content destructor to use (if \c NULL, no content destructor is used)

mercurial