]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_ws_recv.md: fix typo
authorJay Satiro <raysatiro@yahoo.com>
Fri, 27 Dec 2024 05:37:53 +0000 (00:37 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Fri, 27 Dec 2024 05:37:53 +0000 (00:37 -0500)
docs/libcurl/curl_ws_recv.md

index adb36d7e50bf837680642ee89175edeea652397a..b2493bede1aa1568cddbcd4e353b341268e0069e 100644 (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%