From 754d5234f2cf89391d661dc3f53bf664b369d18f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Hamal=20Dvo=C5=99=C3=A1k?= <mordae@anilinux.org>
Date: Sat, 28 Mar 2020 14:35:47 +0100
Subject: [PATCH] Clarify a comment
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jan Hamal Dvořák <mordae@anilinux.org>
---
 lib/Hikaru/Action.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Hikaru/Action.hs b/lib/Hikaru/Action.hs
index 218a65f..b6549a5 100644
--- a/lib/Hikaru/Action.hs
+++ b/lib/Hikaru/Action.hs
@@ -810,7 +810,7 @@ where
   -- |
   -- Replace a single 'Response' header with a new one that is constructed
   -- by applying the supplied function to the value of the previous one. Only
-  -- the last set header is modified, other matching headers are discarded.
+  -- the last header is modified, other matching headers are discarded.
   --
   -- Used in conjunction with 'maybe' this can be used to append header
   -- values in a sensible way.
-- 
GitLab