summaryrefslogtreecommitdiff
path: root/src/description.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/description.rs')
-rw-r--r--src/description.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/description.rs b/src/description.rs
index ba37abc..d57dbc7 100644
--- a/src/description.rs
+++ b/src/description.rs
@@ -197,8 +197,8 @@ pub enum ParagraphPartError
#[error("Input element is a comment")]
InputIsComment,
- /// A input element is a unknown reference description part.
- #[error("Input element with name '{0}' is a unknown reference description part")]
+ /// A input element is a unknown description part.
+ #[error("Input element with name '{0}' is a unknown description part")]
UnknownPart(String),
/// No text was found in tagged input element.