Skip to content

Commit f46c4e1

Browse files
committed
Auto merge of #24606 - bombless:doc-result, r=alexcrichton
Get rid of the confusion that what does "custom" mean in this context.
2 parents e959fab + c3c7610 commit f46c4e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/result.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -727,8 +727,8 @@ impl<T, E: fmt::Debug> Result<T, E> {
727727
///
728728
/// # Panics
729729
///
730-
/// Panics if the value is an `Err`, with a custom panic message provided
731-
/// by the `Err`'s value.
730+
/// Panics if the value is an `Err`, with a panic message provided by the
731+
/// `Err`'s value.
732732
///
733733
/// # Examples
734734
///

0 commit comments

Comments
 (0)