From d474800250148b763cb7a1fa912f9dbbf5ff9b8e Mon Sep 17 00:00:00 2001 From: krasimir Date: Mon, 20 Oct 2008 12:24:07 +0000 Subject: [PATCH] fixed typo in the Haddock documentation --- src/PGF.hs | 4 ++-- 1 file 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