summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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>;