Fix a typo

This commit is contained in:
Kirill Elagin 2020-05-20 01:13:02 +03:00
parent 1f195f8052
commit d0c01c253c

View File

@ -146,7 +146,7 @@ setTerminalHandleEncoding = liftIO . void . hSetBestUtf8Enc (const $ pure True)
-- Use this function only if you are sure you want to treat this handle as
-- a terminal (that is, you will be using it to interact with the user
-- and to write user-visible messages, rather than something that can
-- be reasonable expected to go to a file).
-- be reasonably expected to go to a file).
--
-- This function is safe to call on handles open in binary mode and it will
-- do nothing on them.