summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/phrasebook/WordsFre.gf8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/phrasebook/WordsFre.gf b/examples/phrasebook/WordsFre.gf
index faab0ee63..0cd3db975 100644
--- a/examples/phrasebook/WordsFre.gf
+++ b/examples/phrasebook/WordsFre.gf
@@ -200,12 +200,12 @@ lin
-- modifiers of places
TheBest = mkSuperl True L.good_A ;
- TheClosest = mkSuperl False L.near_A ;
- TheCheapest = mkSuperl False
+ TheClosest = mkSuperl True L.near_A ;
+ TheCheapest = mkSuperl False
(compADeg {s = \\_ => (M.mkAdj "bon marché" "bon marché" "bon marché" "bon marché").s ;
isPre = False ; lock_A = <>}) ;
- TheMostExpensive = mkSuperl False (mkA "cher") ;
- TheMostPopular = mkSuperl False (mkA "populaire") ;
+ TheMostExpensive = mkSuperl True (mkA "cher") ;
+ TheMostPopular = mkSuperl True (mkA "populaire") ;
TheWorst = mkSuperl True L.bad_A ;
SuperlPlace sup kind =