From a774d432602b80254052a1836b95b8d6ffc0d806 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 13 May 2002 15:20:54 +0000 Subject: [haddock @ 2002-05-13 15:20:54 by simonmar] Fix one of the record examples --- doc/haddock.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/haddock.sgml b/doc/haddock.sgml index afb60f91..74128baa 100644 --- a/doc/haddock.sgml +++ b/doc/haddock.sgml @@ -514,8 +514,9 @@ data R a b = } data R a b = - C { a :: a, -- ^ This is the documentation for the 'a' field - b :: b -- ^ This is the documentation for the 'b' field + C { a :: a -- ^ This is the documentation for the 'a' field + -- (NOTE: *before* the following comma) + , b :: b -- ^ This is the documentation for the 'b' field } -- cgit v1.2.3