Skip to content

Commit 00a315c

Browse files
yaahcwonderfulspam
andauthored
Update library/core/src/result.rs
Co-authored-by: Emil Thorenfeldt <[email protected]>
1 parent eca7dd2 commit 00a315c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/result.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ impl<T, E> Result<T, E> {
10691069
/// directly to users with the default `std` panic hook's report format:
10701070
///
10711071
/// ```text
1072-
/// thread 'main' panicked at 'env variable `IMPORTANT_PATH` is always be set by `wrapper_script.sh`: NotPresent', src/main.rs:4:6
1072+
/// thread 'main' panicked at 'env variable `IMPORTANT_PATH` is always set by `wrapper_script.sh`: NotPresent', src/main.rs:4:6
10731073
/// ```
10741074
///
10751075
/// This style works best when paired with a custom [panic hook] like the one provided by the

0 commit comments

Comments
 (0)