Merge pull request #1122 from satelllte/docs-transport-seconds

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

View file

@ -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. * Setting the value will jump to that position right away.
*/ */
get seconds(): Seconds { get seconds(): Seconds {