summaryrefslogtreecommitdiff
path: root/src/exun.rs
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-10-23 16:36:21 -0400
committerBotahamec <botahamec@outlook.com>2022-10-23 16:36:21 -0400
commitd930f7e176e60479d8761cc3dddb16c262bb2811 (patch)
treee42aa8e701453a2e9112765754d530d19ebcdd3e /src/exun.rs
parentd9764ab154bba91ccffeec8e5e54381d40e485cf (diff)
Documentation changes
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.