diff --git a/examples/phrasebook/SentencesI.gf b/examples/phrasebook/SentencesI.gf index 91367cdc0..d2df39ca9 100644 --- a/examples/phrasebook/SentencesI.gf +++ b/examples/phrasebook/SentencesI.gf @@ -51,7 +51,7 @@ incomplete concrete SentencesI of Sentences = Numeral ** PSentence s = mkText s | lin Text (mkUtt s) ; -- optional '.' PQuestion s = mkText s | lin Text (mkUtt s) ; -- optional '?' - PGreetingMale, PGreetingFemale = \g -> mkText (lin Phr g) exclMarkPunct | g ; + PGreetingMale, PGreetingFemale = \g -> mkText (lin Phr (ss g.s)) exclMarkPunct | g ; -- PWord w = w ;