mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-13 12:28:47 +00:00
Merge pull request #1121 from satelllte/docs-transport-ticks
Transport.ticks: docs description small improvement
This commit is contained in:
commit
4d8ab82277
1 changed files with 1 additions and 1 deletions
|
@ -611,7 +611,7 @@ export class Transport
|
|||
}
|
||||
|
||||
/**
|
||||
* The transports current tick position.
|
||||
* The Transport's current tick position.
|
||||
*/
|
||||
get ticks(): Ticks {
|
||||
return this._clock.ticks;
|
||||
|
|
Loading…
Reference in a new issue