summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2023-08-08 20:14:25 -0400
committerBotahamec <botahamec@outlook.com>2023-08-08 20:14:25 -0400
commite88b0d69441bdac987cbdb3df7cffd07ca152a2a (patch)
tree40ec73aba7f2018c2e1363e44d654d06f16fdf4c /src
parent94c692e8690b8dff24de438e008ded5c66641d29 (diff)
Fix doc
Diffstat (limited to 'src')
-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
///