From 011aedc0d37c08ace72b56da76d59a94dac741f4 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sat, 30 Sep 2017 07:29:22 -0700 Subject: [PATCH] Fix typo in javadoc --- include/boost/beast/http/message.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/beast/http/message.hpp b/include/boost/beast/http/message.hpp index 2d6e53ec..0c7fc48d 100644 --- a/include/boost/beast/http/message.hpp +++ b/include/boost/beast/http/message.hpp @@ -70,7 +70,7 @@ struct header : Fields /// The type representing the fields. using fields_type = Fields; - /// COnstructor + /// Constructor header() = default; /// Constructor