diff --git a/parsers/src/avatar.rs b/parsers/src/avatar.rs index c475db82ac767caee63f9300a30717d3dfecef66..0c1eecca933825059ec0a774fcee1edb25dd113c 100644 --- a/parsers/src/avatar.rs +++ b/parsers/src/avatar.rs @@ -24,7 +24,7 @@ generate_element!( Info, "info", AVATAR_METADATA, attributes: [ /// The size of the image data in bytes. - bytes: Required = "bytes", + bytes: Required = "bytes", /// The width of the image in pixels. width: Option = "width",