Transport.progress: docs typo fix

This commit is contained in:
George 2022-09-27 15:45:40 +00:00
parent ae0033db0e
commit ac410d0955

View file

@ -596,7 +596,7 @@ export class Transport
/**
* The Transport's loop position as a normalized value. Always
* returns 0 if the transport if loop is not true.
* returns 0 if the Transport.loop = false.
*/
get progress(): NormalRange {
if (this.loop) {