You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by mo...@apache.org on 2010/10/05 18:47:52 UTC

svn commit: r1004709 - /incubator/thrift/trunk/lib/hs/README

Author: molinaro
Date: Tue Oct  5 16:47:52 2010
New Revision: 1004709

URL: http://svn.apache.org/viewvc?rev=1004709&view=rev
Log:
THRIFT-943: fix typo

Modified:
    incubator/thrift/trunk/lib/hs/README

Modified: incubator/thrift/trunk/lib/hs/README
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/hs/README?rev=1004709&r1=1004708&r2=1004709&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/hs/README (original)
+++ incubator/thrift/trunk/lib/hs/README Tue Oct  5 16:47:52 2010
@@ -39,7 +39,7 @@ Base Types
 The mapping from Thrift types to Haskell's is:
 
  * double -> Double
- * i8 -> Data.Word.Word8
+ * byte -> Data.Word.Word8
  * i16 -> Data.Int.Int16
  * i32 -> Data.Int.Int32
  * i64 -> Data.Int.Int64