diff options
| author | krasimir <krasimir@chalmers.se> | 2008-06-23 14:23:14 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2008-06-23 14:23:14 +0000 |
| commit | 942bd31273e7ee5014efbd28d805fd9ecd739eb5 (patch) | |
| tree | 606d6e61973d6b88641248ead83f423269480716 /src-3.0 | |
| parent | cec5143092d08c4d4e2947608a391d536f58133d (diff) | |
typo in the PGF documentation
Diffstat (limited to 'src-3.0')
| -rw-r--r-- | src-3.0/PGF.hs | 4 |
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. ------------------------------------------------- |
