From 0e8a2ce3ed538c60ca4f5a89417860bc5b2780ba Mon Sep 17 00:00:00 2001 From: Florian Behrens Date: Mon, 31 Jul 2017 17:48:34 +0200 Subject: [PATCH] Fix typo in example javadoc fix #706 --- example/server-framework/http_async_port.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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