minor formatting fix in modules.md

Wed, 02 May 2018 20:55:23 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 02 May 2018 20:55:23 +0200
changeset 282
39e69d78b01d
parent 281
e8146a561e73
child 283
c3b6ff227481

minor formatting fix in modules.md

docs/src/modules.md file | annotate | diff | comparison | revisions
--- a/docs/src/modules.md	Wed May 02 19:16:58 2018 +0200
+++ b/docs/src/modules.md	Wed May 02 20:55:23 2018 +0200
@@ -9,7 +9,7 @@
 For instance, the [Allocator](#allocator) module is used by many other modules
 to allow flexible memory allocation.
 By default the header files are placed into an `ucx` directory within your
-systems include directory. In this case you can use an module by including it
+systems include directory. In this case you can use a module by including it
 via `#include <ucx/MODULENAME.h>`.
 Required modules are included automatically.
 
@@ -58,8 +58,8 @@
 
 Instances of this buffer implementation can be used to read from or to write to
 memory like you would do with a stream. This allows the use of
-`ucx_stream_copy` from the [Utilities](#utilities) module to copy contents from one
-buffer to another or from file or network streams to the buffer and
+`ucx_stream_copy()` from the [Utilities](#utilities) module to copy contents
+from one buffer to another or from file or network streams to the buffer and
 vice-versa.
 
 More features for convenient use of the buffer can be enabled, like automatic

mercurial