diff --git a/mod.ts b/mod.ts index ed036da..50a59e2 100644 --- a/mod.ts +++ b/mod.ts @@ -244,7 +244,7 @@ export class HTTPServer { this.handleNotFound(routeRequest, routeReply, requestEvent); } } catch (_err) { - // Ignore http that where closed before reply was sent + // Ignore http connections that where closed before reply was sent } }