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 bdcccdd commit 8d0382eCopy full SHA for 8d0382e
src/Core__Error.resi
@@ -160,7 +160,7 @@ external raise: t => 'a = "%raise"
160
Raises a panic exception with the given message.
161
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
+handled. Compared to a ReScript exception this will give a better stack trace and
164
debugging experience.
165
166
## Examples
0 commit comments