提交 a4b1361a 编写于 作者: Z Zbigniew Siciarz

Fixed Result type parameters in doc comment.

上级 36d7d746
......@@ -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.
先完成此消息的编辑!
想要评论请 注册