Minor comment cleanup

This commit is contained in:
eidheim 2017-07-26 08:05:02 +02:00
commit dcaad5e9da
3 changed files with 3 additions and 3 deletions

View file

@ -179,7 +179,7 @@ int main() {
header.emplace("Content-Length", to_string(length));
response->write(header);
// Trick to define a recursive function within this scope (for your convenience)
// Trick to define a recursive function within this scope (for example purposes)
class FileServer {
public:
static void read_and_send(const shared_ptr<HttpsServer::Response> &response, const shared_ptr<ifstream> &ifs) {