Skip to content

Commit 82c7121

Browse files
authored
Update OCaml-call-JS.adoc
Fixing typo.
1 parent 9a9a8c0 commit 82c7121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docsource/OCaml-call-JS.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1687,7 +1687,7 @@ val tToJs : t -> abs_t
16871687
val tFromJs : abs_t -> t
16881688
--------------
16891689

1690-
Note the derived type is slightly different, since `abs_t` is abstrac type,
1690+
Note the derived type is slightly different, since `abs_t` is abstract type,
16911691
we assume it is well structured value, so it should always return value of type `t`
16921692
instead of `t option`.
16931693

0 commit comments

Comments
 (0)