mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
fix comment for ErrorKind::InvalidFragment (#1775)
the comment doesn't make sense and it is identical to InvalidFilePath which is right above it, so I reason this was a copy/paste mistake.
This commit is contained in:
parent
ea415c8db4
commit
71e77f6255
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue