Skip to content

Commit d91a015

Browse files
committed
auto merge of #18894 : ArtemGr/rust/patch-1, r=pnkfelix
A typo about Results being panics crawled in. Fixing it.
2 parents 1e4e55a + 7b28ba0 commit d91a015

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
@@ -267,7 +267,7 @@
267267
//! a bug.
268268
//!
269269
//! A module that instead returns `Results` is alerting the caller
270-
//! that panics are possible, and providing precise control over how
270+
//! that failure is possible, and providing precise control over how
271271
//! it is handled.
272272
//!
273273
//! Furthermore, panics may not be recoverable at all, depending on

0 commit comments

Comments
 (0)