curl_ws_recv.md: fix typo

This commit is contained in:
Jay Satiro 2024-12-27 00:37:53 -05:00
parent fb1883d226
commit 5e1700d167

View File

@ -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%