correction of Cheapest in WordsDan

This commit is contained in:
aarne
2010-05-08 14:32:38 +00:00
parent f60fb3bae5
commit 797ec3934b

View File

@@ -199,7 +199,7 @@ concrete WordsDan of Words = SentencesDan **
TheBest = mkSuperl L.good_A ;
TheClosest = mkSuperl L.near_A ;
TheCheapest = mkSuperl (mkA "bilig") ;
TheCheapest = mkSuperl (mkA "billig") ;
TheMostExpensive = mkSuperl (mkA "dyr") ;
TheMostPopular = mkSuperl (mkA "populær") ;
TheWorst = mkSuperl L.bad_A ;