diff --git a/lychee-lib/src/types/error.rs b/lychee-lib/src/types/error.rs index be84c20..51953e4 100644 --- a/lychee-lib/src/types/error.rs +++ b/lychee-lib/src/types/error.rs @@ -66,7 +66,7 @@ pub enum ErrorKind { #[error("Cannot find file")] InvalidFilePath(Uri), - /// The given URI cannot be converted to a file path + /// The given URI's fragment could not be found within the page content #[error("Cannot find fragment")] InvalidFragment(Uri),