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 513a09d commit 4d9807fCopy full SHA for 4d9807f
1 file changed
docs/panic.md
@@ -5,7 +5,7 @@ safer version of the panic, whereas target_panic
5
is a hard crash type of panic, not a regular type
6
of error.
7
8
-The regular panic normally used, `control.panic` implementation looks like this in the runtime.
+The `control.panic` implementation is written like this in the runtime.
9
``` ts
10
export function panic(code: number) {
11
U.userError("PANIC! Code " + code) // throw a panic code to the problems pane
0 commit comments