We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e8f14f commit 2b2f83eCopy full SHA for 2b2f83e
library/core/src/result.rs
@@ -1,7 +1,7 @@
1
//! Error handling with the `Result` type.
2
//!
3
//! [`Result<T, E>`][`Result`] is the type used for returning and propagating
4
-//! errors. It is an enum with the variants, [`Ok(T)`], representing success and
+//! errors. It is an enum with the variants, [`Ok(T)`], representing
5
//! success and containing a value, and [`Err(E)`], representing error
6
//! and containing an error value.
7
0 commit comments