summaryrefslogtreecommitdiff
path: root/src/lib/process.ml
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-09-07 13:44:54 +0200
committerSébastien Dailly <sebastien@chimrod.com>2021-09-07 13:44:54 +0200
commit96a225fb5fa24a71e1b76e0369126b3bcfab5f81 (patch)
tree7af2de89c02461607666a9442cbaa5fbf2c94678 /src/lib/process.ml
parente4faaaf8a022fbe2c8c574d2d49155f74aa18a33 (diff)
Moved the printer to toplevel
Diffstat (limited to 'src/lib/process.ml')
-rw-r--r--src/lib/process.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/process.ml b/src/lib/process.ml
index d6ad291..7ab20fe 100644
--- a/src/lib/process.ml
+++ b/src/lib/process.ml
@@ -46,7 +46,7 @@ let rec _rebuild ~(m:modifier list) acc ending_consonant : group list -> Sounds.
Only transform the e into eu / E if there is previous syllabe with
voyel. *)
let modifiers = if voyel = Sounds.none then
- []
+ [Modifiers.ending_e]
else
[Modifiers.e] in