Skip to content

Commit

Permalink
Merge pull request #1121 from satelllte/docs-transport-ticks
Browse files Browse the repository at this point in the history
Transport.ticks: docs description small improvement
  • Loading branch information
tambien authored Oct 2, 2022
2 parents 245854f + 37a1e41 commit 4d8ab82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tone/core/clock/Transport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4d8ab82

Please sign in to comment.