From 5e1700d167a5ff8823095aa1c940b9eaab45b960 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Fri, 27 Dec 2024 00:37:53 -0500 Subject: [PATCH] curl_ws_recv.md: fix typo --- docs/libcurl/curl_ws_recv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%