Skip to content

Commit 4ed1a54

Browse files
authored
doc: grammar fixup
1 parent 5598f52 commit 4ed1a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/native/api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void llhttp_settings_init(llhttp_settings_t* settings);
6565
*
6666
* NOTE: if this function ever returns a non-pause type error, it will continue
6767
* to return the same error upon each successive call up until `llhttp_init()`
68-
* call.
68+
* is called.
6969
*/
7070
llhttp_errno_t llhttp_execute(llhttp_t* parser, const char* data, size_t len);
7171

0 commit comments

Comments
 (0)