Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2021-02-23 17:41:27 +09:00
parent 962a75c45e
commit e406a2c15e
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ struct Stats {
std::array<size_t, 6> status;
// The statistics per request
std::vector<RequestStat> req_stats;
// THe statistics per client
// The statistics per client
std::vector<ClientStat> client_stats;
};