提交 b00f4ec8 编写于 作者: B bors

auto merge of #15414 : zsiciarz/rust/patch-1, r=alexcrichton

......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册