mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-14 21:03:55 +00:00
Merge pull request #1120 from satelllte/docs-transport-progress
Transport.progress: docs typo fix
This commit is contained in:
commit
245854fa2d
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
|
* 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 {
|
get progress(): NormalRange {
|
||||||
if (this.loop) {
|
if (this.loop) {
|
||||||
|
|
Loading…
Reference in a new issue