Skip to content

Commit

Permalink
Merge pull request #198 from exoad/patch-1
Browse files Browse the repository at this point in the history
Fix Examples.md
  • Loading branch information
a-schild authored Mar 14, 2022
2 parents 6b0f89e + 8c6f6f3 commit eb127bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ConvertProgressListener listener = new ConvertProgressListener();

try {
File source = new File("file path");
File target = new File("file path);
File target = new File("file path");

//Audio Attributes
AudioAttributes audio = new AudioAttributes();
Expand Down

0 comments on commit eb127bb

Please sign in to comment.