Skip to content

Commit

Permalink
[fixed] fix description of function nng_http_handler_collect_body()
Browse files Browse the repository at this point in the history
  • Loading branch information
alawn-wang authored and gdamore committed Nov 26, 2023
1 parent a54820f commit d6fd9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/man/nng_http_handler_collect_body.3http.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ int nng_http_handler_collect_body(nng_http_handler *handler, bool want, size_t m

== DESCRIPTION

The `nng_http_handler_collect_data()` function causes the _handler_ to
The `nng_http_handler_collect_body()` function causes the _handler_ to
collect any request body that was submitted with the request, and attach
it to the `nng_http_req` before the handler is called.

Expand Down

0 comments on commit d6fd9b2

Please sign in to comment.