1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-08-13 17:03:54 -04:00

Updated doc

This commit is contained in:
Tatsuhiro Tsujikawa 2012-08-03 22:35:38 +09:00
parent fce4be9555
commit 7cc1c73120

View File

@ -112,7 +112,7 @@ typedef enum {
*/
SPDYLAY_ERR_STREAM_ID_NOT_AVAILABLE = -509,
/**
* The stream is already closed; or the stream ID is invalid.
* The stream is already closed; or the stream ID is invalid.
*/
SPDYLAY_ERR_STREAM_CLOSED = -510,
/**