diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-04 10:43:01 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-04 10:43:01 +0200 |
commit | 0ba049daed6e4b5d01f83d236f3178747bf849cb (patch) | |
tree | 72eeedcaa5fbe9736e2842879d62d0bf412a149f /src/lib/sounds/sounds.mli | |
parent | 0b2e63791a073000b70b4463db5d8bce88ab4d23 (diff) |
Transform the letter e into eu or E
Diffstat (limited to 'src/lib/sounds/sounds.mli')
-rw-r--r-- | src/lib/sounds/sounds.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/sounds/sounds.mli b/src/lib/sounds/sounds.mli index dcb5e8d..2fae17f 100644 --- a/src/lib/sounds/sounds.mli +++ b/src/lib/sounds/sounds.mli @@ -5,10 +5,10 @@ val muted : t -> t val a : t val e : [`Closed | `Opened] -> t -val eu : t +val eu : [`Closed | `Opened] -> t val o : t -val schwa : unit -> t +val schwa: t (** This is an empty sound. |