Skip to content

Commit 5912bf1

Browse files
authored
docs: fix typo differnt -> different (#8600)
Signed-off-by: Vaibhav Srivastava <vaibhavsri1712@gmail.com>
1 parent 3d70432 commit 5912bf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler/core/destruct_exn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ match (Primitive_exceptions.internalToException computation) with
6868

6969
What will happen if JS side `raises` an OCaml extensible variant,
7070
we view it as OCaml exception..
71-
It is slightly differnt in OCaml, since it always start from `catch(id)..`
71+
It is slightly different in OCaml, since it always start from `catch(id)..`
7272
where `id` is defined by the compiler
7373

7474
Another very similar proposal would be

0 commit comments

Comments
 (0)