From 2754d9e2bb23ca04e2a009d657525f2bbab74f95 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 28 Nov 2015 15:14:31 +0900 Subject: [PATCH] Update doc --- lib/includes/nghttp2/nghttp2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/includes/nghttp2/nghttp2.h b/lib/includes/nghttp2/nghttp2.h index 1729f27c..9914aab4 100644 --- a/lib/includes/nghttp2/nghttp2.h +++ b/lib/includes/nghttp2/nghttp2.h @@ -2869,9 +2869,9 @@ NGHTTP2_EXTERN int nghttp2_session_consume_stream(nghttp2_session *session, * not exist. The created idle stream will depend on root stream * (stream 0) with weight 16. * - * If stream denoted by ``pri_spec->stream_id`` is not found, we use - * default priority instead of given |pri_spec|. That is make stream - * depend on root stream with weight 16. + * Otherwise, if stream denoted by ``pri_spec->stream_id`` is not + * found, we use default priority instead of given |pri_spec|. That + * is make stream depend on root stream with weight 16. * * This function returns 0 if it succeeds, or one of the following * negative error codes: