From ba483b4032d45f5ec5688048bda621d657c6b281 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 4 Sep 2021 17:30:06 +0900 Subject: [PATCH] Update doc --- lib/includes/nghttp2/nghttp2.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/includes/nghttp2/nghttp2.h b/lib/includes/nghttp2/nghttp2.h index a8b6c8b8..6c267ba0 100644 --- a/lib/includes/nghttp2/nghttp2.h +++ b/lib/includes/nghttp2/nghttp2.h @@ -4839,8 +4839,8 @@ NGHTTP2_EXTERN int nghttp2_check_header_value(const uint8_t *value, size_t len); /** * @function * - * Returns nonzero if the |value| which is supposed to be the value of the - * :method header field is valid according to + * Returns nonzero if the |value| which is supposed to be the value of + * the :method header field is valid according to * https://datatracker.ietf.org/doc/html/rfc7231#section-4 and * https://datatracker.ietf.org/doc/html/rfc7230#section-3.2.6 */ @@ -4849,8 +4849,8 @@ NGHTTP2_EXTERN int nghttp2_check_method(const uint8_t *value, size_t len); /** * @function * - * Returns nonzero if the |value| which is supposed to be the value of the - * :path header field is valid according to + * Returns nonzero if the |value| which is supposed to be the value of + * the :path header field is valid according to * https://datatracker.ietf.org/doc/html/rfc7540#section-8.1.2.3 * * |value| is valid if it merely consists of the allowed characters.