summaryrefslogtreecommitdiff
path: root/src/lib/parser.mly
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/parser.mly
parente4faaaf8a022fbe2c8c574d2d49155f74aa18a33 (diff)
Moved the printer to toplevel
Diffstat (limited to 'src/lib/parser.mly')
-rw-r--r--src/lib/parser.mly2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/parser.mly b/src/lib/parser.mly
index 925ce9f..42623c7 100644
--- a/src/lib/parser.mly
+++ b/src/lib/parser.mly
@@ -80,7 +80,7 @@ semi:
voyels:
| A { Sounds.a }
| A I { Sounds.voyel_ai }
- | E I { Sounds.e `Opened }
+ | E I { Sounds.voyel_ai }
| I { Sounds.i }
| E { Sounds.schwa }
| E_ACUTE E? { Sounds.e `Closed }