Couple of lint fixes

This commit is contained in:
Aria Minaei 2022-04-09 15:20:12 +02:00
parent ccb52d4882
commit 2c238f40fd
2 changed files with 2 additions and 2 deletions

View file

@ -181,7 +181,7 @@ export default class Sequence {
* @remarks
* One use case for this is to play the playback within the focus range.
*
* @param rangeD The derivation that contains the range that will be used for the playback
* @param rangeD - The derivation that contains the range that will be used for the playback
*
* @returns a promise that gets rejected if the playback stopped for whatever reason
*

View file

@ -31,7 +31,7 @@ export interface IPlaybackController {
* @remarks
* One use case for this is to play the playback within the focus range.
*
* @param rangeD The derivation that contains the range that will be used for the playback
* @param rangeD - The derivation that contains the range that will be used for the playback
*
* @returns a promise that gets rejected if the playback stopped for whatever reason
*