diff --git a/reference/curl/functions/curl-multi-add-handle.xml b/reference/curl/functions/curl-multi-add-handle.xml
index 678d37952b..6ed774bb8f 100644
--- a/reference/curl/functions/curl-multi-add-handle.xml
+++ b/reference/curl/functions/curl-multi-add-handle.xml
@@ -44,7 +44,7 @@
curl_multi_add_handle example
This example will create two cURL handles, add them to a multi
- handle, and then run them in parallel.
+ handle, and process them asynchronously.
curl_multi_close example
This example will create two cURL handles, add them to a multi
- handle, and then run them in parallel.
+ handle, and process them asynchronously.
curl_multi_exec example
This example will create two cURL handles, add them to a multi
- handle, and then run them in parallel.
+ handle, and process them asynchronously.
- Allows the processing of multiple cURL handles in parallel.
+ Allows the processing of multiple cURL handles asynchronously.
@@ -36,7 +36,7 @@
curl_multi_init example
This example will create two cURL handles, add them to a multi
- handle, and then run them in parallel.
+ handle, and process them asynchronously.