[commit: packages/binary] master: Typo. (73d00b3)

git at git.haskell.org git at git.haskell.org
Sun Dec 14 17:54:10 UTC 2014


Repository : ssh://git@git.haskell.org/binary

On branch  : master
Link       : http://git.haskell.org/packages/binary.git/commitdiff/73d00b3c92e38d9f6954ceb9d2e59a245118802f

>---------------------------------------------------------------

commit 73d00b3c92e38d9f6954ceb9d2e59a245118802f
Author: Mikhail Glushenkov <mikhail.glushenkov at gmail.com>
Date:   Tue Nov 12 03:11:14 2013 +0100

    Typo.


>---------------------------------------------------------------

73d00b3c92e38d9f6954ceb9d2e59a245118802f
 src/Data/Binary/Get.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Data/Binary/Get.hs b/src/Data/Binary/Get.hs
index bef3b28..63398f9 100644
--- a/src/Data/Binary/Get.hs
+++ b/src/Data/Binary/Get.hs
@@ -98,7 +98,7 @@
 -- it knows it could decode without any decoder errors.
 --
 -- You could also refactor to a left-fold, to decode in a more streaming fashion,
--- and get the following decoder. It will start to return data without knowning
+-- and get the following decoder. It will start to return data without knowing
 -- that it can decode all input.
 --
 -- @



More information about the ghc-commits mailing list