From 1ae344f80b4601392b393d351ecd360f11d6e396 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Wed, 7 Jun 2017 05:17:09 -0700 Subject: [PATCH] Tidy up message javadoc --- include/beast/http/message.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/beast/http/message.hpp b/include/beast/http/message.hpp index b776f6b0..82660de5 100644 --- a/include/beast/http/message.hpp +++ b/include/beast/http/message.hpp @@ -494,7 +494,7 @@ struct message : header The value of the Content-Length field will be unconditionally 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 content_length(std::uint64_t n);