From b2550efb738d0b2184a682520413d0247281324e Mon Sep 17 00:00:00 2001 From: rrt Date: Tue, 16 Oct 2001 15:50:02 +0000 Subject: [PATCH] [project @ 2001-10-16 15:50:02 by rrt] Fix a couple of typos. --- ghc/docs/users_guide/vs_haskell.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/docs/users_guide/vs_haskell.sgml b/ghc/docs/users_guide/vs_haskell.sgml index 7e0cc47..5ad9f98 100644 --- a/ghc/docs/users_guide/vs_haskell.sgml +++ b/ghc/docs/users_guide/vs_haskell.sgml @@ -10,7 +10,7 @@ go wrong” section () for information about crashes, space leaks, and other undesirable phenomena. - The limitations here are listed in Haskell-Report order + The limitations here are listed in Haskell Report order (roughly). @@ -119,7 +119,7 @@ standard namespace. All of these modules begin with Prel, so the rule is: don't use any modules beginning with Prel in your - program, or you will be comprehensively screwed. + program, or you may be comprehensively screwed. -- 1.7.10.4