summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src-3.0/PGF.hs4
1 files 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.
-------------------------------------------------