Skip to content

Commit 6415c7e

Browse files
Fixed Capitalization On AtomData::UTF16 (#72)
1 parent 2a015b4 commit 6415c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mp4/ilst/atom.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ impl Debug for Atom {
168168
pub enum AtomData {
169169
/// A UTF-8 encoded string
170170
UTF8(String),
171-
/// A UTf-16 encoded string
171+
/// A UTF-16 encoded string
172172
UTF16(String),
173173
/// A JPEG, PNG, GIF *(Deprecated)*, or BMP image
174174
///

0 commit comments

Comments
 (0)