diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-07 13:44:54 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-07 13:44:54 +0200 |
commit | 96a225fb5fa24a71e1b76e0369126b3bcfab5f81 (patch) | |
tree | 7af2de89c02461607666a9442cbaa5fbf2c94678 /src/lib/process.ml | |
parent | e4faaaf8a022fbe2c8c574d2d49155f74aa18a33 (diff) |
Moved the printer to toplevel
Diffstat (limited to 'src/lib/process.ml')
-rw-r--r-- | src/lib/process.ml | 2 |
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 |