summaryrefslogtreecommitdiff
path: root/src/js
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-09-17 02:51:53 +0200
committerSébastien Dailly <sebastien@chimrod.com>2021-09-17 02:51:53 +0200
commit21d05774e5f78b6d070d69f714873b2c2a7cfe28 (patch)
tree808c5658848190f4f96469bef7dcc8a97b1755ed /src/js
parentc0307751756fd1386d2c82c7a46ff1e2030813f9 (diff)
Separation between font and tengwar
Diffstat (limited to 'src/js')
-rw-r--r--src/js/tengwar.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/tengwar.ml b/src/js/tengwar.ml
index dd37c2d..24b8a3c 100644
--- a/src/js/tengwar.ml
+++ b/src/js/tengwar.ml
@@ -35,7 +35,7 @@ let main id phon tengwar =
El.set_prop El.Prop.value (Jstr.of_string response) phon
| Error _err -> () in
let res2 = Result.map
- (fun t-> Sounds.repr (module Repr.Tengwar) t)
+ (fun t-> Sounds.repr (module Repr.Anatar) t)
transcription in
let () = match res2 with
| Ok response ->