1
0
forked from GitHub/gf-core

correction of Cheapest in WordsDan

This commit is contained in:
aarne
2010-05-08 14:32:38 +00:00
parent b0f7db3270
commit 79cd5b8dc6

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 ;