docs/src/features.md

changeset 962
cd418898af5c
parent 890
54565fd74e74
--- a/docs/src/features.md	Thu Oct 31 14:39:05 2024 +0100
+++ b/docs/src/features.md	Thu Oct 31 14:54:44 2024 +0100
@@ -353,11 +353,9 @@
 
 *Header file:* [utils.h](api/utils_8h.html)
 
-UCX provides some utilities for routine tasks. Most of them are simple macros, like e.g. the `cx_for_n()` macro,
-creating a `for` loop counting from zero to (n-1) which is extremely useful to traverse the indices of
-an array.
+UCX provides some utilities for routine tasks.
 
-But the most useful utilities are the *stream copy* functions, which provide a simple way to copy all - or a
+The most useful utilities are the *stream copy* functions, which provide a simple way to copy all - or a
 bounded amount of - data from one stream to another. Since the read/write functions of a UCX buffer are
 fully compatible with stream read/write functions, you can easily transfer data from file or network streams to
 a UCX buffer or vice-versa.

mercurial