curl_multi_get_offt: language fix

Closes #18175
This commit is contained in:
Daniel Stenberg 2025-08-05 11:32:21 +02:00
parent b2e6dae695
commit 96ff6b98b4
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -28,8 +28,8 @@ CURLMcode curl_multi_get_offt(CURLM *multi_handle,
# DESCRIPTION
Get the *info* kept in the *multi* handle for `CURLMI_OFFT_*`.
If the *info* is not applicable, this function returns CURLM_UNKNOWN_OPTION.
Get the *info* kept in the *multi* handle. If the *info* is not applicable,
this function returns CURLM_UNKNOWN_OPTION.
# OPTIONS