Skip to content

Commit 6c4089e

Browse files
Update panic.md
1 parent 1d35fa8 commit 6c4089e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/panic.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ TypeScript: ``` ts
1010
U.userError("PANIC! Code " + code) // throw a panic code to the problems pane
1111
}
1212

13-
C++: ``` cpp
14-
13+
C++:
14+
``` cpp
1515
void pxtrt::panic(int code) {
1616
soft_panic(code); // because this is a high level panic function, it calls the safe normal panic, not a hard crash panic
1717
}
18-
```
18+
```

0 commit comments

Comments
 (0)