Reword ensureInit() doc comment for clarity
This commit is contained in:
parent
99814eaf8f
commit
277884a4e8
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class CardCreator {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ensures that the instance is ready to generate character cards.
|
* Ensures that the instance is ready to generate character cards.
|
||||||
* This function should be called before using character card
|
* This function must be resolved before using character card
|
||||||
* generation methods.
|
* generation methods.
|
||||||
* @returns {Promise} A promise representing the initialization state of this generator.
|
* @returns {Promise} A promise representing the initialization state of this generator.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue