Skip to content

Commit

Permalink
One more!
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Sep 27, 2024
1 parent 7e860e2 commit f9903c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpegxl-rs/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub enum DecodeError {
UnknownStatus(JxlDecoderStatus),
}

/// Errors derived from [`JxlEncoderStatus`][jpegxl_sys::encode::JxlEncoderStatus]
/// Errors derived from [`JxlEncoderStatus`][jpegxl_sys::encoder::encode::JxlEncoderStatus]
/// and [`JxlEncoderError`]
#[derive(Error, Debug)]
pub enum EncodeError {
Expand Down

0 comments on commit f9903c9

Please sign in to comment.