Skip to content

Commit 4d9807f

Browse files
Update panic.md
1 parent 513a09d commit 4d9807f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/panic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ safer version of the panic, whereas target_panic
55
is a hard crash type of panic, not a regular type
66
of error.
77

8-
The regular panic normally used, `control.panic` implementation looks like this in the runtime.
8+
The `control.panic` implementation is written like this in the runtime.
99
``` ts
1010
export function panic(code: number) {
1111
U.userError("PANIC! Code " + code) // throw a panic code to the problems pane

0 commit comments

Comments
 (0)