summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-10-23 16:43:00 -0400
committerBotahamec <botahamec@outlook.com>2022-10-23 16:43:00 -0400
commit9740df324d9fd4ed36cbd1159fbb8f31f0f12295 (patch)
treed72535e2cc02f3cba2068a0f9237b1509005104d /src/lib.rs
parentfee373821f0e38da00c405f55d68242c64689629 (diff)
Documentation fix
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index d26ea6e..d449dd4 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -155,6 +155,6 @@ pub use result::ResultMsgExt;
pub use unexpected::{RawUnexpected, UnexpectedError};
pub use Exun::{Expected, Unexpected};
-/// A type alias for [`Exun<E, RawUnexpected`]
+/// A type alias for [`Exun<E, RawUnexpected>`]
#[cfg(feature = "alloc")]
pub type Expect<E> = Exun<E, RawUnexpected>;