diff options
| author | krasimir <krasimir@chalmers.se> | 2008-10-20 12:24:07 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2008-10-20 12:24:07 +0000 |
| commit | 399d1bb09af811093594c1e7eb6e8a62d0432d74 (patch) | |
| tree | 85010a1a021198efe80c74679c3801dc201ad44f /src | |
| parent | 88eed35c18de2e60167f6630effb1f827e6f88c0 (diff) | |
fixed typo in the Haddock documentation
Diffstat (limited to 'src')
| -rw-r--r-- | src/PGF.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PGF.hs b/src/PGF.hs index 43e2e2aab..d78a55108 100644 --- a/src/PGF.hs +++ b/src/PGF.hs @@ -171,8 +171,8 @@ languages :: PGF -> [Language] -- | Gets the RFC 4646 language tag -- of the language which the given concrete syntax implements, -- if this is listed in the source grammar. --- Example language tags include @"en"@ for English, --- and @"en-UK"@ for British English. +-- Example language tags include @\"en\"@ for English, +-- and @\"en-UK\"@ for British English. languageCode :: PGF -> Language -> Maybe String -- | The abstract language name is the name of the top-level |
