From 6a4a742feb56341393f2aef48bc7ea213ba3b2f6 Mon Sep 17 00:00:00 2001 From: Samuel Kelemen Date: Fri, 22 May 2020 23:56:52 -0400 Subject: [PATCH] Nit: fix grammar/spelling issue --- src/XMonad/StackSet.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XMonad/StackSet.hs b/src/XMonad/StackSet.hs index d117b4a..d6077c7 100644 --- a/src/XMonad/StackSet.hs +++ b/src/XMonad/StackSet.hs @@ -85,7 +85,7 @@ import qualified Data.Map as M (Map,insert,delete,empty) -- continuation reified as a data structure. -- -- The Zipper lets us replace an item deep in a complex data --- structure, e.g., a tree or a term, without an mutation. The +-- structure, e.g., a tree or a term, without a mutation. The -- resulting data structure will share as much of its components with -- the old structure as possible. --