diff --git a/example/server-framework/http_async_port.hpp b/example/server-framework/http_async_port.hpp index dad4e9d7..b11ef03f 100644 --- a/example/server-framework/http_async_port.hpp +++ b/example/server-framework/http_async_port.hpp @@ -578,7 +578,7 @@ private: This type meets the requirements of @b PortHandler. It supports variable list of HTTP services in its template parameter list, - and provides a synchronous connection implementation to service + and provides an asynchronous connection implementation to service */ template class http_async_port