From 96ff6b98b488d9672ae134abb950f2668ccceb32 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 5 Aug 2025 11:32:21 +0200 Subject: [PATCH] curl_multi_get_offt: language fix Closes #18175 --- docs/libcurl/curl_multi_get_offt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/libcurl/curl_multi_get_offt.md b/docs/libcurl/curl_multi_get_offt.md index 0208e5179f..875fa7e335 100644 --- a/docs/libcurl/curl_multi_get_offt.md +++ b/docs/libcurl/curl_multi_get_offt.md @@ -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