Repository : ssh://darcs.haskell.org//srv/darcs/packages/vector

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/38b4eb7b8dd1cb72e2a7f8f138dc1fad61ab76df

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

commit 38b4eb7b8dd1cb72e2a7f8f138dc1fad61ab76df
Author: Roman Leshchinskiy <[email protected]>
Date:   Fri Aug 26 23:22:09 2011 +0000

    Improve comments

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

 Data/Vector.hs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Data/Vector.hs b/Data/Vector.hs
index 70e6b5e..439e88b 100644
--- a/Data/Vector.hs
+++ b/Data/Vector.hs
@@ -10,7 +10,7 @@
 -- Portability : non-portable
 -- 
 -- A library for boxed vectors (that is, polymorphic arrays capable of
--- holding any Haskell value). The vectors come in two flavors:
+-- holding any Haskell value). The vectors come in two flavours:
 --
 --  * mutable
 --
@@ -19,7 +19,7 @@
 -- and support a rich interface of both list-like operations, and bulk
 -- array operations.
 --
--- For unboxed arrays, use the 'Data.Vector.Unboxed' interface.
+-- For unboxed arrays, use "Data.Vector.Unboxed"
 --
 
 module Data.Vector (



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to