]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLMOPT_NOTIFYFUNCTION.md: minor language polish
authorDaniel Stenberg <daniel@haxx.se>
Tue, 7 Oct 2025 14:18:22 +0000 (16:18 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 7 Oct 2025 15:20:05 +0000 (17:20 +0200)
- mention the possibility of new types in the future
- s/a an/an

Closes #18913

docs/libcurl/opts/CURLMOPT_NOTIFYFUNCTION.md

index 7ff2cb12e51ff8063e7e082289ce1cfb4b93bffc..4091b1ae684146d9bb68b9c37a1a6a56bfd68627 100644 (file)
@@ -61,7 +61,8 @@ are shut down.
 *multi* identifies the multi handle that triggered the notification.
 
 **notification** is the type of notification, e.g. what happened. The
-following types are available:
+following types are available right now. In the future, new ones might be
+added.
 
 ## CURLMNOTIFY_INFO_READ
 
@@ -79,8 +80,8 @@ The *easy* handle passed is an internal handle.
 ## CURLMNOTIFY_EASY_DONE
 
 When enabled via curl_multi_notify_enable(3), this notification is triggered
-when a an easy handle has finished. This happens both for
-successful and failed transfers.
+when an easy handle has finished. This happens both for successful and failed
+transfers.
 
 The *easy* handle passed is the transfer that is done. This *may* be
 an internal handle when DoH or other features are used.