From 942bd31273e7ee5014efbd28d805fd9ecd739eb5 Mon Sep 17 00:00:00 2001 From: krasimir Date: Mon, 23 Jun 2008 14:23:14 +0000 Subject: [PATCH] typo in the PGF documentation --- src-3.0/PGF.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-3.0/PGF.hs b/src-3.0/PGF.hs index a9ef0b721..8add3d1d8 100644 --- a/src-3.0/PGF.hs +++ b/src-3.0/PGF.hs @@ -6,9 +6,9 @@ -- Portability : portable -- -- This module is an Application Programming Interface to --- to load and interpret grammars compiled Portable Grammar Format (PGF). +-- load and interpret grammars compiled in Portable Grammar Format (PGF). -- The PGF format is produced as a final output from the GF compiler. --- The API is meant to be used when embedding GF grammars in Haskell +-- The API is meant to be used for embedding GF grammars in Haskell -- programs. -------------------------------------------------