Merge pull request #242 from varehus/master

This commit is contained in:
Jonathan Daugherty 2022-03-23 17:13:19 -07:00 committed by GitHub
commit 4a29aecc5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ type MockData = IORef (UTF8.UTF8 BS.ByteString)
-- without considering terminal specific issues.
--
-- The mock implementation is useful in manually determining if the
-- sequence of terminal operations matche the expected sequence. The
-- sequence of terminal operations matches the expected sequence. The
-- requirement of the produced representation is simplicity in parsing
-- the text representation and determining how the picture was mapped to
-- terminal operations.