diff --git a/docs/c-api/http.h/mg_send_response_line.md b/docs/c-api/http.h/mg_send_response_line.md index 8f62d717..bd72b0da 100644 --- a/docs/c-api/http.h/mg_send_response_line.md +++ b/docs/c-api/http.h/mg_send_response_line.md @@ -7,7 +7,7 @@ signature: | const char *extra_headers); --- -Send response status line. +Sends a response status line. If `extra_headers` is not NULL, then `extra_headers` are also sent after the reponse line. `extra_headers` must NOT end end with new line. Example: