Skip to content

Commit 7b28ba0

Browse files
committed
Results aren't panics
A typo about Results being panics crawled in. Fixing it.
1 parent 4d5e7f3 commit 7b28ba0

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)