Tidy up message javadoc

This commit is contained in:
Vinnie Falco
2017-06-07 05:17:09 -07:00
parent 7d89fdc46f
commit 1ae344f80b

View File

@@ -494,7 +494,7 @@ struct message : header<isRequest, Fields>
The value of the Content-Length field will be unconditionally The value of the Content-Length field will be unconditionally
set to the specified number of octets. set to the specified number of octets.
@para n The number of octets to set for the Content-Length field. @par n The number of octets to set for the Content-Length field.
*/ */
void void
content_length(std::uint64_t n); content_length(std::uint64_t n);