diff options
| author | krasimir <krasimir@chalmers.se> | 2016-03-21 19:33:14 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2016-03-21 19:33:14 +0000 |
| commit | 8f80e5451e8f67894916dd0eb4a557b094ba04d2 (patch) | |
| tree | 84726000b3cd29d1a32a7215bc70aecaea907867 /src/compiler/GF/Grammar | |
| parent | c8ebe093150509d9f01d82f0d698ef5df09bd985 (diff) | |
fix comment in GF.Grammar.CFG
Diffstat (limited to 'src/compiler/GF/Grammar')
| -rw-r--r-- | src/compiler/GF/Grammar/CFG.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Grammar/CFG.hs b/src/compiler/GF/Grammar/CFG.hs index 9f4dd49a9..37d46e39b 100644 --- a/src/compiler/GF/Grammar/CFG.hs +++ b/src/compiler/GF/Grammar/CFG.hs @@ -1,6 +1,6 @@ ---------------------------------------------------------------------- -- | --- Module : GF.Speech.CFG +-- Module : GF.Grammar.CFG -- -- Context-free grammar representation and manipulation. ---------------------------------------------------------------------- |
