fixes typo in modules.md v1.1

Mon, 14 May 2018 13:15:32 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 14 May 2018 13:15:32 +0200
changeset 304
1f9237cfeb26
parent 303
362679052788
child 305
353d71349e61

fixes typo in modules.md

docs/src/modules.md file | annotate | diff | comparison | revisions
     1.1 --- a/docs/src/modules.md	Mon May 14 13:13:36 2018 +0200
     1.2 +++ b/docs/src/modules.md	Mon May 14 13:15:32 2018 +0200
     1.3 @@ -452,7 +452,7 @@
     1.4      /* register destructor function */
     1.5      ucx_mempool_set_destr(obj, (ucx_destructor) my_object_destroy);
     1.6  ```
     1.7 -But aware, that your destructor function should not free any memory, that is
     1.8 +Be aware, that your destructor function should not free any memory, that is
     1.9  also managed by the pool.
    1.10  Otherwise you might be risking a double-free.
    1.11  

mercurial