auto merge of #15414 : zsiciarz/rust/patch-1, r=alexcrichton
This commit is contained in:
commit
b00f4ec8f1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
//! Error handling with the `Result` type
|
||||
//!
|
||||
//! `Result<T>` is the type used for returning and propagating
|
||||
//! `Result<T, E>` is the type used for returning and propagating
|
||||
//! errors. It is an enum with the variants, `Ok(T)`, representing
|
||||
//! success and containing a value, and `Err(E)`, representing error
|
||||
//! and containing an error value.
|
||||
|
|
Loading…
Reference in a new issue