[commit: packages/binary] master: Typo. (44f3b24)
git at git.haskell.org
git at git.haskell.org
Sun Dec 14 17:54:04 UTC 2014
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/44f3b24075c01b9d1a86469fd143e6032fe628d8
>---------------------------------------------------------------
commit 44f3b24075c01b9d1a86469fd143e6032fe628d8
Author: Mikhail Glushenkov <mikhail.glushenkov at gmail.com>
Date: Tue Nov 12 02:13:19 2013 +0100
Typo.
>---------------------------------------------------------------
44f3b24075c01b9d1a86469fd143e6032fe628d8
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 656b712..261e6ab 100644
--- a/src/Data/Binary/Get.hs
+++ b/src/Data/Binary/Get.hs
@@ -255,7 +255,7 @@ calculateOffset r0 = go r0 0
go (k $! (acc - unused)) acc
-- | DEPRECATED. Provides compatibility with previous versions of this library.
--- Run a 'Get' monad and return a tuple with thee values.
+-- Run a 'Get' monad and return a tuple with three values.
-- The first value is the result of the decoder. The second and third are the
-- unused input, and the number of consumed bytes.
{-# DEPRECATED runGetState "Use runGetIncremental instead. This function will be removed." #-}
More information about the ghc-commits
mailing list