summaryrefslogtreecommitdiff
path: root/next-lib/src/french
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/french')
-rw-r--r--next-lib/src/french/MorphoFre.gf5
1 files changed, 4 insertions, 1 deletions
diff --git a/next-lib/src/french/MorphoFre.gf b/next-lib/src/french/MorphoFre.gf
index 05ecbc925..00dd88536 100644
--- a/next-lib/src/french/MorphoFre.gf
+++ b/next-lib/src/french/MorphoFre.gf
@@ -182,7 +182,10 @@ oper
} ;
elisPoss : Str -> Str = \s ->
- pre {s + "a" ; s + "on" / voyelle} ;
+ pre {
+ voyelle => s + "on" ;
+ _ => s + "a"
+ } ;
--2 Determiners