mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-13 20:39:06 +00:00
Transport.progress: docs typo fix
This commit is contained in:
parent
ae0033db0e
commit
ac410d0955
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue