Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2014-04-30 10:28:50 +09:00
parent b5d793dee6
commit 4cf023d94c
1 changed files with 2 additions and 2 deletions

View File

@ -2925,8 +2925,8 @@ typedef enum {
* |in|. The caller must retain the |in| while the |nv_out| is used.
*
* The application should call this function repeatedly until the
* `(*inflate_flags) & NGHTTP2_HD_INFLATE_FINAL` is nonzero and return
* value is non-negative. This means the all input values are
* ``(*inflate_flags) & NGHTTP2_HD_INFLATE_FINAL`` is nonzero and
* return value is non-negative. This means the all input values are
* processed successfully. Then the application must call
* `nghttp2_hd_inflate_end_headers()` to prepare for the next header
* block input.