Skip to content

Commit

Permalink
github showed that weird.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed May 25, 2024
1 parent 2e8f14f commit 2b2f83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/result.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Error handling with the `Result` type.
//!
//! [`Result<T, E>`][`Result`] is the type used for returning and propagating
//! errors. It is an enum with the variants, [`Ok(T)`], representing success and
//! 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.
//!
Expand Down

0 comments on commit 2b2f83e

Please sign in to comment.