From 0edd9a49ce7ca1fe8c58298506ab44c66e5ce10a Mon Sep 17 00:00:00 2001 From: Jacky_Yin Date: Tue, 17 Aug 2021 00:16:17 +0800 Subject: [PATCH] doc: fix comment of set callback function --- src/includes/nghttp2/asio_http2_server.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/includes/nghttp2/asio_http2_server.h b/src/includes/nghttp2/asio_http2_server.h index 9341b5b2..1dc55eca 100644 --- a/src/includes/nghttp2/asio_http2_server.h +++ b/src/includes/nghttp2/asio_http2_server.h @@ -198,8 +198,8 @@ public: // connections. void backlog(int backlog); - // Sets the callback to be executed after all threads - // of |num_threads| is created. + // Sets the callback to be executed after |num_threads| + // of threads is created. void set_on_all_threads_created_callback(on_all_threads_created_cb cb); // Sets TLS handshake timeout, which defaults to 60 seconds.