blocking_worker: Resolve -Wdocumentation warning

This commit is contained in:
Lioncash 2020-09-07 00:45:53 -04:00
parent 841b295ad0
commit 9652973db2
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ namespace Service::Sockets {
* Worker abstraction to execute blocking calls on host without blocking the guest thread
*
* @tparam Service Service where the work is executed
* @tparam ...Types Types of work to execute
* @tparam Types Types of work to execute
*/
template <class Service, class... Types>
class BlockingWorker {