aboutsummaryrefslogtreecommitdiff
path: root/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/error.rs b/src/error.rs
index 4ff9dfd..401937b 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -2,7 +2,9 @@ macro_rules! impl_error {
($(
$string:literal <=> $variant:ident,
)*) => {
- /// All [parsing errors](https://html.spec.whatwg.org/#parse-errors) this tokenizer can emit.
+ /// All [parse errors] this tokenizer can emit.
+ ///
+ /// [parse errors]: https://html.spec.whatwg.org/#parse-errors
#[derive(Debug, Eq, PartialEq)]
pub enum Error {
$(