Skip to content

Commit 7cf73d3

Browse files
committed
(minor) libcore/Result - Trailing dot
1 parent 24d0f78 commit 7cf73d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/result.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ impl<T, E: fmt::Debug> Result<T, E> {
730730
}
731731
}
732732

733-
/// Unwraps a result, yielding the content of an `Ok`
733+
/// Unwraps a result, yielding the content of an `Ok`.
734734
///
735735
/// Panics if the value is an `Err`, with a panic message including the
736736
/// passed message, and the content of the `Err`.

0 commit comments

Comments
 (0)