Skip to content

Commit 0f6d116

Browse files
glennslcknitt
andauthored
docs(error): panic fixes
Co-authored-by: Christoph Knittel <christoph@knittel.cc>
1 parent 8c37d77 commit 0f6d116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Core__Error.resi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ external raise: t => 'a = "%raise"
159159
/**
160160
Raises a panic exception with the given message.
161161
162-
A panic is a native JavaScript exception that is not intended to be caught and
163-
handled. Compared to OCaml exception this will give a better stack tarce and
162+
A panic exception is a native JavaScript exception that is not intended to be caught and
163+
handled. Compared to an OCaml exception this will give a better stack trace and
164164
debugging experience.
165165
166166
## Examples

0 commit comments

Comments
 (0)