Fix typo in example javadoc

fix #706
This commit is contained in:
Florian Behrens
2017-07-31 17:48:34 +02:00
committed by Vinnie Falco
parent e0f0dc5bca
commit 0e8a2ce3ed

View File

@@ -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... Services>
class http_async_port