[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 14:47:14 UTC 2010


The following commit has been merged in the master branch:
commit f4be237c5ceaee403cc9245a3d87572efa526019
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Nov 18 21:55:24 2004 +0100

    Small doc update for printf
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.5--patch-69)

diff --git a/ChangeLog b/ChangeLog
index 781436d..1282c98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.5
 #
 
+2004-11-18 14:55:24 GMT	John Goerzen <jgoerzen at complete.org>	patch-69
+
+    Summary:
+      Small doc update for printf
+    Revision:
+      missingh--head--0.5--patch-69
+
+
+    modified files:
+     ChangeLog libsrc/MissingH/Printf.hs
+
+
 2004-11-17 20:56:00 GMT	John Goerzen <jgoerzen at complete.org>	patch-68
 
     Summary:
diff --git a/libsrc/MissingH/Printf.hs b/libsrc/MissingH/Printf.hs
index ee63120..bc63332 100644
--- a/libsrc/MissingH/Printf.hs
+++ b/libsrc/MissingH/Printf.hs
@@ -167,7 +167,7 @@ sprintf (x:xs) y = x : sprintf xs y
 This is one of the map-style functions and provides a way for you to integrate
 your own lookup support into sprintf.  The first parameter is a lookup
 function.  It takes a variable name and a map data object and returns
-a sought-after Value.  It is expected to return Nothing if the given
+a sought-after 'Value'.  It is expected to return Nothing if the given
 key could not be found.
 
 You might be interested to know that related helper functions can be defined

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list