Skip to content

Commit 2c8856a

Browse files
tshepangfmease
authored andcommitted
fix sentence
1 parent e3d8733 commit 2c8856a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/panic-implementation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ with each frame (currently, running destructors), and transferring control
108108
to the `catch_unwind` frame.
109109

110110
Note that all panics either abort the process or get caught by some call to
111-
`catch_unwind`. In particular, std's [runtime
112-
service](https://github.com/rust-lang/rust/blob/master/library/std/src/rt.rs)
113-
wrap the call to the user-provided `main` function is wrapped in `catch_unwind`.
111+
`catch_unwind`. In particular, in std's [runtime
112+
service](https://github.com/rust-lang/rust/blob/master/library/std/src/rt.rs),
113+
the call to the user-provided `main` function is wrapped in `catch_unwind`.

0 commit comments

Comments
 (0)