Skip to content

Commit

Permalink
doc: grammar fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
cjihrig committed Jan 28, 2019
1 parent 5598f52 commit 4ed1a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

1 comment on commit 4ed1a54

@indutny
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM πŸ˜‚

Please sign in to comment.