Skip to content

Commit 3fb8412

Browse files
Update panic.md
1 parent 9d50c96 commit 3fb8412

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/panic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Managing Panics
2-
There are 2 types of states where panics come.
3-
The safe version of the panic is a soft_panic, whereas target_panic
2+
There are 2 types of panic states.
3+
The first version of the panic is a soft_panic, which is a regular safe panic, whereas target_panic
44
is a hard crash type of panic, not a regular type
55
of error.
66

0 commit comments

Comments
 (0)