summaryrefslogtreecommitdiff
path: root/src/js/tengwar.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/tengwar.ml')
-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 ->