mirror of
https://github.com/curl/curl.git
synced 2026-08-05 08:26:14 +03:00
docs/curl_ws_send: Fixed typo in websocket docs
Replace as with is in relevant sentences. Closes: #10081 Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
parent
b80dae232e
commit
1a88b6b653
1 changed files with 2 additions and 2 deletions
|
|
@ -67,9 +67,9 @@ set.
|
|||
.IP CURLWS_CLOSE
|
||||
Close this transfer.
|
||||
.IP CURLWS_PING
|
||||
This as a ping.
|
||||
This is a ping.
|
||||
.IP CURLWS_PONG
|
||||
This as a pong.
|
||||
This is a pong.
|
||||
.IP CURLWS_OFFSET
|
||||
The provided data is only a partial fragment and there will be more in a
|
||||
following call to \fIcurl_ws_send()\fP. When sending only a piece of the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue