From: Jay Satiro Date: Fri, 27 Dec 2024 05:37:53 +0000 (-0500) Subject: curl_ws_recv.md: fix typo X-Git-Tag: curl-8_12_0~265 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e1700d167a5ff8823095aa1c940b9eaab45b960;p=thirdparty%2Fcurl.git curl_ws_recv.md: fix typo --- diff --git a/docs/libcurl/curl_ws_recv.md b/docs/libcurl/curl_ws_recv.md index adb36d7e50..b2493bede1 100644 --- a/docs/libcurl/curl_ws_recv.md +++ b/docs/libcurl/curl_ws_recv.md @@ -42,7 +42,7 @@ If the function call is successful, the *meta* pointer gets set to point to a *const struct curl_ws_frame* that contains information about the received data. That struct must not be freed and its contents must not be relied upon anymore once another WebSocket function is called. See the curl_ws_meta(3) for -details on that struct.a +details on that struct. # %PROTOCOLS%