Skip to content

Commit 5286e17

Browse files
feefladderweiji14
andauthored
Update src/tiff/error.rs
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
1 parent 73d4894 commit 5286e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tiff/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ impl fmt::Display for TiffUnsupportedError {
196196
write!(fmt, "Compression method {:?} is unsupported", method)
197197
}
198198
UnsupportedPredictor(p) => {
199-
write!(fmt, "Predictor {p:?} is not supported")
199+
write!(fmt, "Predictor {p:?} is unsupported")
200200
}
201201
UnsupportedSampleDepth(samples) => {
202202
write!(fmt, "{} samples per pixel is unsupported.", samples)

0 commit comments

Comments
 (0)