From 8c6f6f3357ef86ff457bf83b38501fb7223cb30d Mon Sep 17 00:00:00 2001 From: Jack Meng Date: Sun, 13 Mar 2022 12:50:49 -0400 Subject: [PATCH] Update Examples.md --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index c2b95a3..93ea352 100644 --- a/Examples.md +++ b/Examples.md @@ -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();