Merge pull request #1121 from satelllte/docs-transport-ticks

Transport.ticks: docs description small improvement
This commit is contained in:
Yotam Mann 2022-10-02 09:51:58 -04:00 committed by GitHub
commit 4d8ab82277
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;