Skip to content

Commit 8d0382e

Browse files
authored
docs(error): ReScript, not OCaml
1 parent bdcccdd commit 8d0382e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core__Error.resi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ external raise: t => 'a = "%raise"
160160
Raises a panic exception with the given message.
161161
162162
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
163+
handled. Compared to a ReScript exception this will give a better stack trace and
164164
debugging experience.
165165
166166
## Examples

0 commit comments

Comments
 (0)