Fix TSDoc string
This commit is contained in:
parent
f038509910
commit
30aed22c03
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ export class DS4Actor extends Actor<DS4ActorData, DS4Item, DS4ActorPreparedData>
|
|||
|
||||
/**
|
||||
* Roll for a given check.
|
||||
* @param check The check to perform
|
||||
* @param check - The check to perform
|
||||
*/
|
||||
async rollCheck(check: Check): Promise<void> {
|
||||
await createCheckRoll(this.data.data.checks[check], {
|
||||
|
|
Loading…
Reference in a new issue