[commit: packages/binary] ghc-head: Fixed a typo. (27cc0ce)
git at git.haskell.org
git at git.haskell.org
Fri Aug 30 15:20:37 CEST 2013
Repository : ssh://git@git.haskell.org/binary
On branch : ghc-head
Link : http://git.haskell.org/?p=packages/binary.git;a=commit;h=27cc0ce3ce72b0bf188f06e60568ee416adb31de
>---------------------------------------------------------------
commit 27cc0ce3ce72b0bf188f06e60568ee416adb31de
Author: Daniel Díaz <dhelta.diaz at gmail.com>
Date: Tue Apr 16 21:28:14 2013 -0300
Fixed a typo.
>---------------------------------------------------------------
27cc0ce3ce72b0bf188f06e60568ee416adb31de
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9592c05..d33e42f 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ The ``binary`` package provides Data.Binary, containing the Binary class,
and associated methods, for serialising values to and from lazy
ByteStrings.
A key feature of ``binary`` is that the interface is both pure, and efficient.
-The 'binary' package is portable to GHC and Hugs.
+The ``binary`` package is portable to GHC and Hugs.
## Building binary ##
More information about the ghc-commits
mailing list