We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c37d77 commit 0f6d116Copy full SHA for 0f6d116
src/Core__Error.resi
@@ -159,8 +159,8 @@ external raise: t => 'a = "%raise"
159
/**
160
Raises a panic exception with the given message.
161
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
+A panic exception is a native JavaScript exception that is not intended to be caught and
+handled. Compared to an OCaml exception this will give a better stack trace and
164
debugging experience.
165
166
## Examples
0 commit comments