[commit: packages/binary] master: Documentation fix. (3bb4123)

git at git.haskell.org git at git.haskell.org
Tue Feb 2 21:04:52 UTC 2016


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

On branch  : master
Link       : http://git.haskell.org/packages/binary.git/commitdiff/3bb4123408608c47f5ae185f8e49e0803fb26ed2

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

commit 3bb4123408608c47f5ae185f8e49e0803fb26ed2
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date:   Tue Jan 26 18:46:34 2016 +0100

    Documentation fix.


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

3bb4123408608c47f5ae185f8e49e0803fb26ed2
 src/Data/Binary/Get.hs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Data/Binary/Get.hs b/src/Data/Binary/Get.hs
index c098214..3e891e4 100644
--- a/src/Data/Binary/Get.hs
+++ b/src/Data/Binary/Get.hs
@@ -169,7 +169,7 @@ module Data.Binary.Get (
     , getLazyByteStringNul
     , getRemainingLazyByteString
 
-    -- ** Decoding words
+    -- ** Decoding Words
     , getWord8
 
     -- *** Big-endian decoding
@@ -188,7 +188,7 @@ module Data.Binary.Get (
     , getWord32host
     , getWord64host
 
-    -- ** Decoding words
+    -- ** Decoding Ints
     , getInt8
 
     -- *** Big-endian decoding



More information about the ghc-commits mailing list