diff --git a/src/served/net/server.hpp b/src/served/net/server.hpp index 9110fff..c83d04b 100644 --- a/src/served/net/server.hpp +++ b/src/served/net/server.hpp @@ -77,7 +77,7 @@ class server * and another param which defines the blocking nature. * * @param n_threads the number of threads to pool for request handling - * @param block if n_threads > 0, defines whether this operation is blocking or not + * @param block if n_threads > 1, defines whether this operation is blocking or not */ void run(int n_threads = 1, bool block = true);