From 61288f6ac5363c92c2a2a58abffd894cf67b3344 Mon Sep 17 00:00:00 2001 From: DanilBerestov Date: Tue, 2 Oct 2018 22:20:01 +0800 Subject: [PATCH] typo --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 6bd448878..375f2882f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,7 +19,7 @@ * Websocket server finished() isn't called if client disconnects #511 -* A responses with the following codes: 100, 101, 102, 204 -- are sent without Content-Length header. #521 +* Responses with the following codes: 100, 101, 102, 204 -- are sent without Content-Length header. #521 ## [0.7.8] - 2018-09-17