Przeglądaj źródła

fix: change back to four seconds

Christine Belzie 2 lat temu
rodzic
commit
a537e16715

+ 1 - 1
en/manual/audio/play-a-range-within-an-audio-file.md

@@ -19,7 +19,7 @@ You can use the following properties, methods, and structures:
 For example:
 
 ```cs
-//Assume sample length is 5 seconds.
+//Assume sample length is 4 seconds.
 var length = mySound.TotalLength;
 var begin = TimeSpan.FromSeconds(2);
 var duration = TimeSpan.FromSeconds(2);