summaryrefslogtreecommitdiff
path: root/src/unexpected.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/unexpected.rs')
-rw-r--r--src/unexpected.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexpected.rs b/src/unexpected.rs
index a79721b..20a71c9 100644
--- a/src/unexpected.rs
+++ b/src/unexpected.rs
@@ -191,7 +191,7 @@ impl UnexpectedError {
/// Create a new `RawUnexpected` that is simply empty.
///
/// This is used for converting an [`Option<T>`] to a
- /// [`Result<T, RawUnexpected`].
+ /// [`Result<T, RawUnexpected>`].
///
/// # Examples
///