Merge pull request #1120 from satelllte/docs-transport-progress

Transport.progress: docs typo fix
This commit is contained in:
Yotam Mann 2022-10-02 09:51:41 -04:00 committed by GitHub
commit 245854fa2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {