mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-12 23:07:15 +00:00
Merge pull request #1122 from satelllte/docs-transport-seconds
Transport.seconds: docs description small improvement
This commit is contained in:
commit
d6503ab464
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ export class Transport
|
|||
}
|
||||
|
||||
/**
|
||||
* The Transport's position in seconds
|
||||
* The Transport's position in seconds.
|
||||
* Setting the value will jump to that position right away.
|
||||
*/
|
||||
get seconds(): Seconds {
|
||||
|
|
Loading…
Reference in a new issue