diff --git a/sv-parser-error/src/lib.rs b/sv-parser-error/src/lib.rs index 8808ca5..b1bdfb8 100644 --- a/sv-parser-error/src/lib.rs +++ b/sv-parser-error/src/lib.rs @@ -22,7 +22,7 @@ pub enum ErrorKind { DefineArgNotFound(String), #[fail(display = "Define text not found: {}", _0)] DefineTextNotFound(String), - #[fail(display = "Define text not found: {}", _0)] + #[fail(display = "Define not found: {}", _0)] DefineNotFound(String), }