Reword ensureInit() doc comment for clarity

This commit is contained in:
karashiiro 2021-05-27 21:22:02 -07:00
parent 99814eaf8f
commit 277884a4e8

View file

@ -88,7 +88,7 @@ class CardCreator {
/**
* 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.
* @returns {Promise} A promise representing the initialization state of this generator.
*/