Skip to content

Commit 622b09c

Browse files
committed
Updated comments
1 parent 0ba05a7 commit 622b09c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lofty/src/file/file_type.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ use crate::tag::TagType;
55
use std::ffi::OsStr;
66
use std::path::Path;
77

8-
/// Audio extensions
8+
/// List of audio extensions
9+
/// Commonly used audio extensions used.
910
pub const EXTENSIONS: &[&str] = &[
1011
"aac", "ape", "aiff", "aif", "afc", "aifc", "mp3", "mp2", "mp1", "wav", "wv", "opus", "flac",
1112
"ogg", "mp4", "m4a", "m4b", "m4p", "m4r", "m4v", "3gp", "mpc", "mp+", "mpp", "spx",

0 commit comments

Comments
 (0)