summaryrefslogtreecommitdiff
path: root/src/exun.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/exun.rs')
-rw-r--r--src/exun.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exun.rs b/src/exun.rs
index d2ef1eb..7f6376e 100644
--- a/src/exun.rs
+++ b/src/exun.rs
@@ -8,7 +8,7 @@ use crate::{RawUnexpected, UnexpectedError};
pub use Exun::{Expected, Unexpected};
-/// `Expect` is a type that represents either the expected error type
+/// `Exun` is a type that represents either the expected error type
/// ([`Expected`]) or an unexpected type ([`Unexpected`]).
///
/// See the [crate documentation](crate) for details.