Skip to content

Commit

Permalink
Update Examples.md
Browse files Browse the repository at this point in the history
  • Loading branch information
exoad authored Mar 13, 2022
1 parent 6b0f89e commit 8c6f6f3
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 8c6f6f3

Please sign in to comment.