CURLMOPT_NOTIFYFUNCTION.md: minor language polish

- mention the possibility of new types in the future
- s/a an/an

Closes #18913
This commit is contained in:
Daniel Stenberg 2025-10-07 16:18:22 +02:00
parent 496802fdcf
commit 352d1dc6ab
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View 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.