From c4f3ff1e8892824d25da4d314619e7895d5d0480 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 26 Apr 2002 12:58:45 +0000 Subject: [PATCH] [project @ 2002-04-26 12:58:45 by simonmar] doc string wibble --- GHC/Arr.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GHC/Arr.lhs b/GHC/Arr.lhs index f69fa94..cb962dd 100644 --- a/GHC/Arr.lhs +++ b/GHC/Arr.lhs @@ -10,7 +10,7 @@ -- Stability : internal -- Portability : non-portable (GHC extensions) -- --- GHC's array implementation. +-- GHC\'s array implementation. -- ----------------------------------------------------------------------------- -- 1.7.10.4