Merge pull request #222 from SCKelemen/patch-1

Nit: fix grammar/spelling issue
This commit is contained in:
Sibi Prabakaran
2020-05-23 12:43:36 +05:30
committed by GitHub

View File

@@ -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.
--