Skip to content

Commit 977bb48

Browse files
authored
Merge pull request #32 from ariel-miculas/minor-comment-fix
Minor fix in the error description comment
2 parents a943d18 + 2c826b3 commit 977bb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pub enum Error {
5858
/// Returned when the OCI Image Index (index.json) is missing
5959
MissingImageIndex,
6060
#[error("Unexpected media type {media_type}")]
61-
/// Returned when the OCI Image Index (index.json) is missing
61+
/// Returned when there's an unexpected media type
6262
UnexpectedMediaType { media_type: MediaType },
6363
#[error("error")]
6464
/// An unknown other error

0 commit comments

Comments
 (0)