From 4ed1a54d5cfe09395c2d5cedfbbda2b5e7c792c7 Mon Sep 17 00:00:00 2001 From: Colin Ihrig Date: Sun, 27 Jan 2019 20:19:59 -0500 Subject: [PATCH] doc: grammar fixup --- src/native/api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native/api.h b/src/native/api.h index cbaff12b..51ec21e6 100644 --- a/src/native/api.h +++ b/src/native/api.h @@ -65,7 +65,7 @@ void llhttp_settings_init(llhttp_settings_t* settings); * * NOTE: if this function ever returns a non-pause type error, it will continue * to return the same error upon each successive call up until `llhttp_init()` - * call. + * is called. */ llhttp_errno_t llhttp_execute(llhttp_t* parser, const char* data, size_t len);