From d930f7e176e60479d8761cc3dddb16c262bb2811 Mon Sep 17 00:00:00 2001 From: Botahamec Date: Sun, 23 Oct 2022 16:36:21 -0400 Subject: Documentation changes --- src/exun.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exun.rs') 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. -- cgit v1.2.3