diff options
| -rw-r--r-- | src/unexpected.rs | 2 |
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 /// |
