diff options
| author | Botahamec <botahamec@outlook.com> | 2022-10-23 16:36:21 -0400 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2022-10-23 16:36:21 -0400 |
| commit | d930f7e176e60479d8761cc3dddb16c262bb2811 (patch) | |
| tree | e42aa8e701453a2e9112765754d530d19ebcdd3e /src/exun.rs | |
| parent | d9764ab154bba91ccffeec8e5e54381d40e485cf (diff) | |
Documentation changes
Diffstat (limited to 'src/exun.rs')
| -rw-r--r-- | src/exun.rs | 2 |
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. |
