mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-26 11:33:09 +00:00
Transport.seconds: docs typo fix
This commit is contained in:
parent
ae0033db0e
commit
f8e1a5bfa4
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