Skip to content

Commit 68779b9

Browse files
vadejminor
authored andcommitted
Fix #50
Fix typo
1 parent 5fc1040 commit 68779b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/swift/Track.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class Track : Composition {
1414

1515
public enum Kind : String {
1616
case video = "Video"
17-
case audion = "Audio"
17+
case audio = "Audio"
1818
}
1919

2020
public enum NeighborGapPolicy: Int {

0 commit comments

Comments
 (0)