summaryrefslogtreecommitdiff
path: root/boost/beast/http/dynamic_body.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/beast/http/dynamic_body.hpp')
-rw-r--r--boost/beast/http/dynamic_body.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/beast/http/dynamic_body.hpp b/boost/beast/http/dynamic_body.hpp
index 9c3df8a1d2..a55fff45ef 100644
--- a/boost/beast/http/dynamic_body.hpp
+++ b/boost/beast/http/dynamic_body.hpp
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
+// Copyright (c) 2016-2019 Vinnie Falco (vinnie dot falco at gmail dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -19,7 +19,7 @@ namespace http {
/** A dynamic message body represented by a @ref multi_buffer
- Meets the requirements of @b Body.
+ Meets the requirements of <em>Body</em>.
*/
using dynamic_body = basic_dynamic_body<multi_buffer>;